Skip to main content

List system softwares

GET /v2/system-softwares/
v2
GET
app-list-systemsoftwares

Request

Responses

Response headers

  • X-Pagination-Limitnumber
  • X-Pagination-Skipnumber
  • X-Pagination-TotalCountnumber
application/json

Object containing the list of SystemSoftwares.

  • Array[
  • *object

    A SystemSoftware is a software that can be installed for an AppInstallation but mostly is not itself externally reachable and/or deliverable.

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

Usage examples

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