{ "opencollection": "1.0.0", "info": { "name": "Salesloft Account and People Redaction Bulk Jobs API", "version": "1.0.0" }, "items": [ { "info": { "name": "Bulk Jobs", "type": "folder" }, "items": [ { "info": { "name": "Salesloft Fetch a Bulk Job", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/bulk_jobs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Salesloft Fetch a Bulk Job" }, { "info": { "name": "Salesloft Update a Bulk Job", "type": "http" }, "http": { "method": "PUT", "url": "http://{{salesloft_api_base_url}}/bulk_jobs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Salesloft Update a Bulk Job" }, { "info": { "name": "Salesloft List Bulk Jobs", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/bulk_jobs", "params": [ { "name": "state", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "Salesloft List Bulk Jobs" }, { "info": { "name": "Salesloft Create a Bulk Job", "type": "http" }, "http": { "method": "POST", "url": "http://{{salesloft_api_base_url}}/bulk_jobs", "body": { "type": "json", "data": "{}" } }, "docs": "Salesloft Create a Bulk Job" } ] } ], "bundled": true }