{ "opencollection": "1.0.0", "info": { "name": "Clockify Approval Team Report API", "version": "v1" }, "items": [ { "info": { "name": "Team Report", "type": "folder" }, "items": [ { "info": { "name": "Generate an attendance report", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/workspaces/:workspaceId/reports/attendance", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Generate an attendance report" } ] } ], "bundled": true }