GET
Entitäts-Schema abrufen
/entities/schema/{entity_key}Gibt Details eines bestimmten Entitäts-Schemas nach entity_key zurück.
Parameter
Pfadparameter
| Name | Typ | Beschreibung |
|---|---|---|
entity_keyerforderlich | string | The entity key (e.g., 'customers') |
Code-Beispiele
curl -X GET "https://api.qamaq.io/api/v1/entities/schema/{entity_key}" \
-H "Authorization: Bearer qmq_your_api_key"Antworten
200Entity schema details
Response Body
{
id:stringentity_key:stringname:stringdescription:stringis_active:booleanactive_version_id:stringactive_version_number:string}