Export timesheet to Excel
documentedDownload a timesheet export in Excel format.
GET /api/workspaces/{workspaceId}/timesheet/v1/export/xlsxTimesheet Exportno 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://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"