Collections
Collections API endpoints
Get collectionsGET
Retrieve a paginated list of all collections in the workspace.
Get collection by IDGET
Retrieve detailed information about a specific collection by its ID.
Get scenes in collectionGET
Retrieve all scenes that belong to a specific collection.
Create collectionPOST
Create a new collection in the workspace.
Create scene in collectionPOST
Create a new scene within a specific collection.
Update collectionPATCH
Update the metadata of an existing collection by its ID.
Delete collectionDELETE
Delete a collection by its ID.