Sign in

Export timesheet to JSON

documented

Download a timesheet export in JSON format.

GET /api/workspaces/{workspaceId}/timesheet/v1/export/jsonTimesheet 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/json?date[between]=[\"{{$startDate}}\",\"{{$endDate}}\"]&{{$query}}&{{$page}}&{{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{LIQUIDPLANNER_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Export timesheet to JSON · liquidplanner · OpenIntegrations