Skip to main content

List apps

GET/apps/
v2
GET
app-list-apps

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.

application/json

Object containing the list of Apps.

  • Array[

    An App is to be understood as a manifest for AppInstallations. E.g. 'WordPress' only exists inside our ecosystem, because there is an App -Manifest for it.

    • *object

      An App is to be understood as a manifest for AppInstallations. E.g. 'WordPress' only exists inside our ecosystem, because there is an App -Manifest for it.

      • actionCapabilitiesarray of string (one of: start, stop, restart)
        • Array[

          An Action is a string that describes a runtime concerning action which can be executed on an AppInstallation or an App can be capable of.

          • *string (one of: start, stop, restart)

            An Action is a string that describes a runtime concerning action which can be executed on an AppInstallation or an App can be capable of.

          ]
      • idstring
        required
      • namestring
        required
      • tagsarray of string
        required
        • Array[
          • *string
          ]
    ]

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/apps?limit=50&page=1