Sample API code - How to pull out time sheet data
|
|||||
Updated: 06/01/2022
Article #: 271
|
|||||
Cayzu's API allows you to pull out timesheet data for all companies.
curl -X POST \ 'https://api.cayzu.com/api/Report/TimesheetReport?token= -H 'Content-Type: application/json' \ -H 'Postman-Token: b645d411-1000-4e7e-a9ec-d0501d144cd4' \ -H 'cache-control: no-cache' \ -d '{ "start_date": "2010-07-06T15:03:58.9001896Z", "end_date": "9999-01-02T00:00:00", "filter_on": "All", "company_id": 0, "agent_id": 0 }'
Note: The token
Here is a sample response:
Response:
Want more information on Cayzu Help Desk? Visit https://www.cayzu.com |
|||||
|
|||||
|
|||||
|