Generate report
documentedGenerates a Timesheet report for agents.
POST api/ReportReportno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.cayzu.com/v1api/Report" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"start_date": "{{$start_date}}", "end_date": "{{$end_date}}", "filter_on": {{$filter_on}}, "company_id": {{$company_id}}, "agent_id": {{$agent_id}}, "page_size": {{$page_size}}, "page_number": {{$page_number}} }'