Collections
Last updated
Was this helpful?
Last updated
Was this helpful?
Get a list of Collections.
/collections
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
asc
, desc
Include data from related models in payload. Comma separated list.
Create a new Collection.
/collections
Update a Collection.
/collections/{collection_id}
ID of collection to update
No body
Get the list of records of a collection.
/collections/{collection_id}/records
ID of collection to get records for
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
asc
, desc
Include data from related models in payload. Comma separated list.
Implements a partial update of a record in a Collection.
/collections/{collection_id}/records/{record_id}
ID of collection
ID of the record
No body