Reference (v1)VerträgeVerträge auslesenVersion: API v1Auf dieser SeiteVerträge auslesenGET/customers/{customerNumber}/contracts/API versionv1Request methodGETOperation ID listContractsByCustomerLiefert alle Verträge eines Kunden Request Pfad-Parameter requiredcustomerNumberintegerrequiredDie Kundennummer Responses 200 OKFormatapplication/jsonBeschreibungDie Verträge des KundenSchema-DokumentationBeispielJSON SchemaArray[*objecttitlestringstartDatestring (datetime)contractDurationstring][ { "title": "string", "startDate": "string", "contractDuration": "string" }]{ "type": "array", "items": { "title": "Contract", "type": "object", "properties": { "title": { "type": "string" }, "startDate": { "type": "string", "format": "datetime" }, "contractDuration": { "type": "string" } } }} Usage examples cURL$ curl \ --fail \ --location \ -H "Authorization: Bearer $MITTWALD_API_TOKEN" \ https://api.mittwald.de/v1/customers/123/contracts