{ "opencollection": "1.0.0", "info": { "name": "Greenhouse Assessment Partner ActivityFeed Scorecards API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Scorecards", "type": "folder" }, "items": [ { "info": { "name": "List Scorecards", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/scorecards", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query", "description": "Default 100, max 500." } ] }, "docs": "List Scorecards" }, { "info": { "name": "Retrieve Scorecard", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/scorecards/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Scorecard" }, { "info": { "name": "List Application Scorecards", "type": "http" }, "http": { "method": "GET", "url": "https://{partner_host}/{base_path}/applications/:id/scorecards", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List Application Scorecards" } ] } ], "bundled": true }