{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Captures API", "version": "1.0.0" }, "items": [ { "info": { "name": "Captures", "type": "folder" }, "items": [ { "info": { "name": "List Captures", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/captures/query", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a list of Captures given a set of task IDs" } ] } ], "bundled": true }