{ "opencollection": "1.0.0", "info": { "name": "Sage HR Documents Performance API", "version": "1.0" }, "items": [ { "info": { "name": "Performance", "type": "folder" }, "items": [ { "info": { "name": "Overview of quarterly goal progress", "type": "http" }, "http": { "method": "GET", "url": "https://subdomain.sage.hr/api/performance/goals/quarterly-progress/overall", "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Overview of quarterly goal progress" }, { "info": { "name": "Quarterly company goals", "type": "http" }, "http": { "method": "GET", "url": "https://subdomain.sage.hr/api/performance/goals/quarterly-progress/company-goals", "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Quarterly company goals" }, { "info": { "name": "Quarterly team goals", "type": "http" }, "http": { "method": "GET", "url": "https://subdomain.sage.hr/api/performance/goals/quarterly-progress/team-goals", "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Quarterly team goals" }, { "info": { "name": "Quarterly individual goals", "type": "http" }, "http": { "method": "GET", "url": "https://subdomain.sage.hr/api/performance/goals/quarterly-progress/individual-goals", "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Quarterly individual goals" } ] } ], "bundled": true }