Collections
Get a list of Collections.
Laravel passport oauth2 security.
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
ascPossible values: 10Include data from related models in payload. Comma separated list.
""list of collections
list of collections
Create a new Collection.
Laravel passport oauth2 security.
success
success
Get a single Collection.
Laravel passport oauth2 security.
ID of collection to return
Successfully found the collections
Successfully found the collections
Update a Collection.
Laravel passport oauth2 security.
ID of collection to update
success
success
No content
Delete a Collection.
Laravel passport oauth2 security.
ID of collection to return
success
success
No content
Export the specified collection.
Laravel passport oauth2 security.
ID of the collection to export
success
success
No content
Import the specified collection.
Laravel passport oauth2 security.
file to upload
success
No content
success
No content
Truncate a Collection.
Laravel passport oauth2 security.
ID of collection to truncate
success
success
No content
Get the list of records of a collection.
Laravel passport oauth2 security.
ID of collection to get records for
10Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
ascPossible values: Include data from related models in payload. Comma separated list.
""list of records of a collection
list of records of a collection
Create a new record in a Collection.
Laravel passport oauth2 security.
ID of the collection
success
success
Get a single record of a Collection.
Laravel passport oauth2 security.
ID of the collection
ID of the record to return
Successfully found the record
Successfully found the record
Update a record in a Collection.
Laravel passport oauth2 security.
ID of collection
ID of the record
success
success
No content
Delete a record of a Collection.
Laravel passport oauth2 security.
ID of collection
ID of record in collection
success
success
No content
Implements a partial update of a record in a Collection.
Laravel passport oauth2 security.
ID of collection
ID of the record
success
No content
success
No content
Last updated