{ "opencollection": "1.0.0", "info": { "name": "TeamOhana Public Discovery API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Discovery", "type": "folder" }, "items": [ { "info": { "name": "List hiring plans", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:domain/v1/plans", "params": [ { "name": "domain", "value": "", "type": "path" } ] }, "docs": "Returns all hiring plans for the org. Use the returned id to filter GET /v1/headcount by plan." }, { "info": { "name": "List departments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:domain/v1/departments", "params": [ { "name": "domain", "value": "", "type": "path" } ] }, "docs": "Returns all departments with their parent division. Use the returned id to filter GET /v1/headcount by department." }, { "info": { "name": "List divisions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:domain/v1/divisions", "params": [ { "name": "domain", "value": "", "type": "path" } ] }, "docs": "Returns all divisions. Use the returned id to filter GET /v1/headcount by division." } ] } ], "bundled": true }