{ "opencollection": "1.0.0", "info": { "name": "Greenhouse Assessment Partner ActivityFeed JobOpenings API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "JobOpenings", "type": "folder" }, "items": [ { "info": { "name": "List Openings", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/openings", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query", "description": "Default 100, max 500." } ] }, "docs": "List Openings" }, { "info": { "name": "Create Opening", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/openings", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Opening" }, { "info": { "name": "Delete Openings Bulk", "type": "http" }, "http": { "method": "DELETE", "url": "https://{partner_host}/{base_path}/openings", "headers": [ { "name": "On-Behalf-Of", "value": "" } ] }, "docs": "Delete Openings Bulk" }, { "info": { "name": "Retrieve Opening", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/openings/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Opening" }, { "info": { "name": "Update Opening", "type": "http" }, "http": { "method": "PATCH", "url": "https://{partner_host}/{base_path}/openings/:id", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Opening" } ] } ], "bundled": true }