{ "opencollection": "1.0.0", "info": { "name": "Clockify Approval Time Entry Report API", "version": "v1" }, "items": [ { "info": { "name": "Time Entry Report", "type": "folder" }, "items": [ { "info": { "name": "Generate a detailed report", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/workspaces/:workspaceId/reports/detailed", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Detailed report data on FREE subscription plan is limited to a maximum interval length of one month (31 days)." }, { "info": { "name": "Generate a summary report", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/workspaces/:workspaceId/reports/summary", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Summary report data on FREE subscription plan is limited to a maximum interval length of one month (31 days)." }, { "info": { "name": "Generate a weekly report", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/workspaces/:workspaceId/reports/weekly", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Weekly report data on FREE subscription plan is limited to a maximum interval length of one month (31 days)." } ] } ], "bundled": true }