{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Read API", "version": "1.0.0" }, "items": [ { "info": { "name": "Read", "type": "folder" }, "items": [ { "info": { "name": "Createbulkreadjob", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/read", "body": { "type": "json", "data": "{}" } }, "docs": "Createbulkreadjob" }, { "info": { "name": "Getbulkreadjobdetails", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/read/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The jobId" } ] }, "docs": "Getbulkreadjobdetails" }, { "info": { "name": "Downloadresult", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/read/:jobId/result", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The jobId" } ] }, "docs": "Downloadresult" } ] } ], "bundled": true }