GET
エンティティレコード一覧
/entities/{entity_key}/recordsエンティティのページネーションされたレコードのリストを返します。
パラメーター
パスパラメーター
| 名前 | タイプ | 説明 |
|---|---|---|
entity_key必須 | string | The entity schema ID |
クエリパラメーター
| 名前 | タイプ | 説明 |
|---|---|---|
limit | integer | Maximum number of results デフォルト: |
offset | integer | Number of results to skip デフォルト: |
コード例
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:integerlimit:integeroffset:integer}