{ "opencollection": "1.0.0", "info": { "name": "Greenhouse Assessment Partner ActivityFeed JobStages API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "JobStages", "type": "folder" }, "items": [ { "info": { "name": "List Job Stages", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/job_stages" }, "docs": "List Job Stages" }, { "info": { "name": "Retrieve Job Stage", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/job_stages/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Job Stage" }, { "info": { "name": "List Job Stages For Job", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/jobs/:job_id/stages", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "List Job Stages For Job" } ] } ], "bundled": true }