QamaqQamaq
GET

エンティティレコード一覧

/entities/{entity_key}/records

エンティティのページネーションされたレコードのリストを返します。

パラメーター

パスパラメーター

名前タイプ説明
entity_key必須
string

The entity schema ID

クエリパラメーター

名前タイプ説明
limit
integer

Maximum number of results

デフォルト: 50

offset
integer

Number of results to skip

デフォルト: 0

コード例

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

レスポンス

200List of entity records

Response Body

{
items:object[]
total:integer
limit:integer
offset:integer
}