List Shading Scenes
Shading Scenes
List Shading Scenes
List all shading scenes in the current workspace
GET
List Shading Scenes
GET /shadingscenes
Retrieve a summary list of all shading scenes belonging to the current workspace. The response omits full scene JSON for performance; use the single-scene GET endpoint to fetch complete geometry data for a specific scene.Notes
- Returns a standard resource list envelope with each scene’s metadata (id, name, status, timestamps).
- Full
sceneJsonis excluded from list responses to keep payloads lightweight. - Use GET /shadingscenes/ to retrieve the complete scene record including geometry.
- Requires workspace-scoped authentication via Bearer token.
