GET
Obtenir un schéma d'entité
/entities/schema/{entity_key}Renvoie les détails d'un schéma d'entité spécifique par entity_key.
Paramètres
Paramètres de chemin
| Nom | Type | Description |
|---|---|---|
entity_keyrequis | string | The entity key (e.g., 'customers') |
Exemples de code
curl -X GET "https://api.qamaq.io/api/v1/entities/schema/{entity_key}" \
-H "Authorization: Bearer qmq_your_api_key"Réponses
200Entity schema details
Response Body
{
id:stringentity_key:stringname:stringdescription:stringis_active:booleanactive_version_id:stringactive_version_number:string}