{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Event Reports API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Event Reports", "type": "folder" }, "items": [ { "info": { "name": "Get an event report", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/event_reports/:id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "id", "value": "", "type": "path", "description": "The ID of the requested resource." } ] }, "docs": "Get information about an event report." } ] } ], "bundled": true }