GET
List entity schemas
/entities/schemaReturns a list of all entity schemas available in your organization.
Common Use Cases
- Discover available entity types for data modeling
- Build dynamic forms based on entity schemas
- Validate data before creating records
Parameters
Query Parameters
| Name | Type | Description |
|---|---|---|
include_inactive | boolean | Include inactive entity schemas Default: |
Code Examples
curl -X GET "https://api.qamaq.io/api/v1/entities/schema" \
-H "Authorization: Bearer qmq_your_api_key"Responses
200List of entity schemas
Response Body
{
entities:object[]total:integer}