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