{ "opencollection": "1.0.0", "info": { "name": "Panopto Public Accessibility Reports API", "version": "1" }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Get a report by Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/reports/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "This method does not return a standard JSON response, and will instead return the contents of the report as an attachment in the body of the response." } ] } ], "bundled": true }