Skip to main content

List Container Templates

GET/v2/container-templates/
API version
v2
Request method
GET
Operation ID
container-list-templates

Request

Responses

Response headers

  • X-Pagination-Limitinteger

    The limit used to select the resources for the response

  • X-Pagination-Skipinteger

    The number of skipped items

  • X-Pagination-Pagenumber

    The calculate page of the list response. Refer to parameters to learn more.

  • X-Pagination-TotalCountinteger

    The total amount of items available in the remote ressource. Use this value in combination with the limit to calculate the available pages.

Format
application/json
Description

OK

  • Array[
    • *object
      • categoriesarray of string
        required
        • Array[
          • *string
          ]
      • descriptionobject
        required
        • destring
          required
        • enstring
          required
      • developerstring
        required
      • domainsarray of object
        • Array[
          • *object
            • portstring
              required
            • purposestring
            • servicestring
              required
            • userInputstring
              required
          ]
      • helpobject
        • alertsarray of object
          • Array[
            • *object
              • contentobject
                required
                • destring
                  required
                • enstring
                  required
              • headingobject
                required
                • destring
                  required
                • enstring
                  required
              • linkobject
                • destring
                  required
                • enstring
                  required
              • linkTextobject
                • destring
                  required
                • enstring
                  required
              • statusstring
                required
            ]
        • technicalDetailsarray of object
          • Array[
            • *object
              • keyobject
                required
                • destring
                  required
                • enstring
                  required
              • valuestring
                required
            ]
      • iconUrlstring
        required
      • idstring
        required
      • licenseobject
        • linkstring
        • namestring
          required
      • manifestVersionstring
        required

        Version of the manifest for this template, e.g. '1.0'

      • nameobject
        required
        • destring
          required
        • enstring
          required
      • repositorystring
      • screenshotsarray of object
        • Array[
          • *object
            • bgstring
              required
            • screenshotstring
              required
            • textobject
              required
              • destring
                required
              • enstring
                required
          ]
      • supportLinkstring
      • taglineobject
        required
        • destring
          required
        • enstring
          required
      • typestring (one of: component, standalone)
        required
      • userInputsarray of object
        • Array[
          • *object
            • dataSourcestring
            • defaultValuestring
            • labelobject
              • destring
                required
              • enstring
                required
            • namestring
              required
            • requiredboolean
              required
            • validationSchemastring
          ]
      • versionstring
        required

        Version of the application described by this template, e.g. 'latest'

      • websitestring
    ]

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/container-templates?category=string&searchTerm=string&type=component&sortOrder=trend30days&limit=50&page=1