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
}