{ "opencollection": "1.0.0", "info": { "name": "MAVRCK.IO Batch Jobs API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "BatchJobs", "type": "folder" }, "items": [ { "info": { "name": "getProgressForBatchJobsWithListId", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/batch-jobs/:listId/status", "params": [ { "name": "listId", "value": "", "type": "path" } ] } }, { "info": { "name": "getBatchJobsSummary", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/batch-jobs/:communityId/summary", "params": [ { "name": "communityId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }