GET
Entitäts-Schemas auflisten
/entities/schemaGibt eine Liste aller in Ihrer Organisation verfügbaren Entitäts-Schemas zurück.
Häufige Anwendungsfälle
- Discover available entity types for data modeling
- Build dynamic forms based on entity schemas
- Validate data before creating records
Parameter
Abfrageparameter
| Name | Typ | Beschreibung |
|---|---|---|
include_inactive | boolean | Include inactive entity schemas Standard: |
Code-Beispiele
curl -X GET "https://api.qamaq.io/api/v1/entities/schema" \
-H "Authorization: Bearer qmq_your_api_key"Antworten
200List of entity schemas
Response Body
{
entities:object[]total:integer}