Get Timesheet for a Member

πŸ“˜

Use the example below to get a Member's Timesheet.

When trying examples, remember to use the IDs from your workspace and encode filter parameters as explained in Character Escaping / Encoding.

curl --location -g --request GET 'https://next.liquidplanner.com/api/workspaces/<workspace id>/timesheet/v1/export/xlsx?userId[is]="member ID"' \
--header 'Authorization: Bearer <API Token>' \

πŸ’‘ Use the Users endpoint to pull a list of users.