{ "opencollection": "1.0.0", "info": { "name": "Pipeline Backend Admin Processing Jobs API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Processing Jobs", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/processing-jobs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/processing-jobs", "params": [ { "name": "customerId", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "workflowKey", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /v1/processing-jobs", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/processing-jobs", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /v1/processing-jobs/{jobId}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/processing-jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }