Skip to main content
GET
/
api
/
apps
/
{app_id}
/
collections
/
{collection}
/
data
Auto-generated collection query endpoint GET /api/apps/:app_id/collections/:collection/data
curl --request GET \
  --url https://api.example.com/api/apps/{app_id}/collections/{collection}/data

Path Parameters

app_id
string
required

Application ID

collection
string
required

Collection name

Query Parameters

limit
integer

Limit results (default: 20)

Required range: x >= 0
offset
integer

Offset for pagination (default: 0)

Required range: x >= 0

Response

Query results