{ "opencollection": "1.0.0", "info": { "name": "Greenhouse Assessment Partner ActivityFeed Offices API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Offices", "type": "folder" }, "items": [ { "info": { "name": "List Offices", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/offices" }, "docs": "List Offices" }, { "info": { "name": "Create Office", "type": "http" }, "http": { "method": "POST", "url": "https://{partner_host}/{base_path}/offices", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Office" }, { "info": { "name": "Retrieve Office", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/offices/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Office" }, { "info": { "name": "Update Office", "type": "http" }, "http": { "method": "PATCH", "url": "https://{partner_host}/{base_path}/offices/:id", "headers": [ { "name": "On-Behalf-Of", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Office" } ] } ], "bundled": true }