QamaqQamaq
GET

Entitäts-Schemas auflisten

/entities/schema

Gibt 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

NameTypBeschreibung
include_inactive
boolean

Include inactive entity schemas

Standard: false

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
}