QamaqQamaq
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:string
entity_key:string
name:string
description:string
is_active:boolean
active_version_id:string
active_version_number:string
}