{ "opencollection": "1.0.0", "info": { "name": "Greenhouse Harvest Applications Offices API", "version": "1.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://harvest.greenhouse.io/v1/offices" }, "docs": "List offices" }, { "info": { "name": "Retrieve office", "type": "http" }, "http": { "method": "GET", "url": "https://harvest.greenhouse.io/v1/offices/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve office" }, { "info": { "name": "Retrieve office", "type": "http" }, "http": { "method": "GET", "url": "https://harvest.greenhouse.io/v1/offices/:office_id", "params": [ { "name": "office_id", "value": "", "type": "path" } ] }, "docs": "Retrieve office" } ] } ], "bundled": true }