{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup EventImage API", "version": "core" }, "items": [ { "info": { "name": "EventImage", "type": "folder" }, "items": [ { "info": { "name": "Download Event Image", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/visionai/api/integrator/image/:eventGuid", "params": [ { "name": "eventGuid", "value": "", "type": "path" } ] }, "docs": "# Download Event Image\r\n\r\nDownload the inferenced jpeg image associated with an Event.\r\n\r\n| Property | Description |\r\n| ----------------------- | ------------------------------------------------------ |\r\n| GUID | GUID associated to the Event. |" } ] } ], "bundled": true }