{ "opencollection": "1.0.0", "info": { "name": "Academy Software Foundation - OpenCue Hosts Layers API", "version": "1.0.0" }, "items": [ { "info": { "name": "Layers", "type": "folder" }, "items": [ { "info": { "name": "Academy Software Foundation List Layers", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/api/job/:job_id/layer", "params": [ { "name": "job_id", "value": "job-def456", "type": "path", "description": "The job identifier" } ] }, "docs": "List all layers within a render job." } ] } ], "bundled": true }