Sign in

Export timesheet to Excel

documented

Download a timesheet export in Excel format.

GET /api/workspaces/{workspaceId}/timesheet/v1/export/xlsxTimesheet Exportno 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://next.liquidplanner.com/api/workspaces/{{$workspaceId}}/timesheet/v1/export/xlsx?date[between]={{$dateBetween}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
Export timesheet to Excel · liquidplanner · OpenIntegrations