QamaqQamaq
GET

エンティティレコードを取得

/entities/{entity_key}/records/{record_id}

IDで指定された特定のエンティティレコードを返します。

パラメーター

パスパラメーター

名前タイプ説明
entity_key必須
string

The entity schema ID

record_id必須
string

The record ID

コード例

curl -X GET "https://api.qamaq.io/api/v1/entities/{entity_key}/records/{record_id}" \
  -H "Authorization: Bearer qmq_your_api_key"

レスポンス

200Entity record details

Response Body

{
id:string
data:object
created_at:string (date-time)
updated_at:string (date-time)
}