GET /v1/h5p-content/{tenantId}/{unitId}/{*}
GET/v1/h5p-content/{tenantId}/{unitId}/{*}
CodeMeta OS API endpoint.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
tenantIderforderlich | string | |
unitIderforderlich | string | |
*erforderlich | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/h5p-content/{tenantId}/{unitId}/{*} \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.h5p-content.get();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |