Collections
Last updated
Last updated
Get the list of records of a collection.
ID of collection to get records for
10
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
asc
Possible values: Include data from related models in payload. Comma separated list.
""
list of records of a collection
Get a single record of a Collection.
ID of the collection
ID of the record to return
Successfully found the record
Get a list of 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
Possible values: 10
Include data from related models in payload. Comma separated list.
""
list of collections
Create a new Collection.
success
Update a Collection.
ID of collection to update
success
No content
Implements a partial update of a record in a Collection.
ID of collection
ID of the record
success
No content