Exports statistics journal entries for the specified date range as an Excel file.

Behavior: Exports journal entries for the specified date range. When background is true (default), the export is queued as a batch action for asynchronous processing. When background is false, the export runs synchronously and returns the Excel file directly. If no data is available, returns 204 No Content.

Authorization: Requires an authenticated user via the class-level [Authorize] attribute.

Side Effects: When background is true, queues a batch export job. When background is false, generates an Excel file in memory.

Error Scenarios: Returns 400 if the export date is invalid or the export process fails. Returns 204 if no journal data exists for the specified date range.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date

The start date for the journal export.

date

The optional end date for the journal export. If null, only the export date is used.

boolean
Defaults to true

When true, the export runs as a background batch job. When false, the export runs synchronously and returns the file. Defaults to true.

Responses
200

The journal export was completed and the file is returned (synchronous mode only).

204

The export was queued as a background job or no data exists for the specified date range.

401

Unauthorized. The caller must provide a valid Bearer token.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json