Sign in

Generate Timesheet report

documented

Generates a timesheet report for agents.

POST api/Report/TimesheetReportReportno implementation yet0 runs
No 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/api/Report/TimesheetReport" \
  -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}}}'
Generate Timesheet report · Cayzu · OpenIntegrations