{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup AllContaminationEvent API", "version": "core" }, "items": [ { "info": { "name": "AllContaminationEvent", "type": "folder" }, "items": [ { "info": { "name": "Request list of All Contamination Event changes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/visionai/api/integrator/allContaminationEvents/changes", "params": [ { "name": "since", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" }, { "name": "links", "value": "", "type": "query" } ] }, "docs": "# Request list of All Contamination Event changes\r\n\r\nRetrieve changes in the list of Contamination Events for all tenants, that have been made since a specific point in the history where ReviewProcessEnabled for tenant is false\r\n\r\n## Input\r\n\r\n| Parameter | Description |\r\n| ----------------------- | -------------------------- |\r\n| since | Bookmark from extra.until |\r\n| cursor | Bookmark from extra.cursor |\r\n| links " } ] } ], "bundled": true }