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.
Patch scene contentPATCH
Patch scene content by merging supplied fields into the existing scene instead of replacing it.
Replace scene contentPUT
Replace the complete content of a scene with the supplied elements, files, and app state.
Delete scene by IDDELETE
Soft-delete a scene by moving it to trash.
Last updated on