Reference (v1)SoftwareUnterstützte Software auslesenVersion: API v1Auf dieser SeiteUnterstützte Software auslesenGET/software/API versionv1Request methodGETOperation ID listSoftwaresLiest die mögliche Software für eine Neu-Bestellung aus Request Keine Request-Parameter. Responses 200 OKFormatapplication/jsonBeschreibungArray an unterstützter SoftwareSchema-DokumentationBeispielJSON SchemaArray[*objectidentifierstringrequirednamestringuidintegercategoryobjectnamestringuidinteger][ { "identifier": "string", "name": "string", "uid": 123, "category": { "name": "string", "uid": 123 } }]{ "type": "array", "items": { "title": "Software", "required": [ "identifier" ], "type": "object", "properties": { "identifier": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "integer" }, "category": { "type": "object", "properties": { "name": { "type": "string" }, "uid": { "type": "integer" } } } } }} Usage examples cURL$ curl \ --fail \ --location \ -H "Authorization: Bearer $MITTWALD_API_TOKEN" \ https://api.mittwald.de/v1/software