GET
获取实体模式
/entities/schema/{entity_key}根据 entity_key 返回特定实体模式的详细信息。
参数
路径参数
| 名称 | 类型 | 描述 |
|---|---|---|
entity_key必填 | string | The entity key (e.g., 'customers') |
代码示例
curl -X GET "https://api.qamaq.io/api/v1/entities/schema/{entity_key}" \
-H "Authorization: Bearer qmq_your_api_key"响应
200Entity schema details
Response Body
{
id:stringentity_key:stringname:stringdescription:stringis_active:booleanactive_version_id:stringactive_version_number:string}