Scenes
Scenes API endpoints
Get scenes in collectionGET
Retrieve all scenes that belong to a specific collection.
Get all scenesGET
Retrieve a paginated list of scenes with their metadata and associated links.
Get scene metadataGET
Retrieve detailed metadata for a specific scene by its ID.
Get scene contentGET
Retrieve the complete content of a scene including all drawing elements and files.
Create scene in collectionPOST
Create a new scene within a specific collection.
Create new scenePOST
Create a new empty scene with specified metadata in a collection.
Update scene metadataPATCH
Update specific metadata fields of an existing scene.
Update scene contentPUT
Update the complete content of a scene with new elements, files, and settings.
Delete scene by IDDELETE
Permanently delete a scene and all its associated data.