Collections

The route is designed to be resource-oriented and follows standard HTTP verbs.

Get all records in a collection

get

Retrieve all records belonging to a specific collection

Authorizations
x-collection-access-tokenstringRequired

Access token required for private collections (available on the specific collection's page)

Path parameters
collectionIdstring · uuidRequired

Unique identifier of the collection

Responses
200

Records retrieved successfully

application/json
get
/collections/{collectionId}/records

Last updated

Was this helpful?