GET
列出实体模式
/entities/schema返回您组织中所有可用的实体模式列表。
常见用例
- Discover available entity types for data modeling
- Build dynamic forms based on entity schemas
- Validate data before creating records
参数
查询参数
| 名称 | 类型 | 描述 |
|---|---|---|
include_inactive | boolean | Include inactive entity schemas 默认值: |
代码示例
curl -X GET "https://api.qamaq.io/api/v1/entities/schema" \
-H "Authorization: Bearer qmq_your_api_key"响应
200List of entity schemas
Response Body
{
entities:object[]total:integer}