Report Resource
Get the report
Download the report in the requested format (JSON or CSV) as specified during report generation. The report contains both default columns and any additional data fields requested in the initial request.
Default columns
| Field | Description |
|---|---|
| SUPPLIER_ID | The ID of the operator for which the report is being generated |
| PARKING_ACTION_ID | The ID of the parking transaction |
| START_PARKING_ON_LOCAL | Start timestamp of the parking in local time |
| STOP_PARKING_ON_LOCAL | Stop timestamp of the parking in local time |
| PAYMENT_DATE | Timestamp of the parking payment in local time |
| CLEARING_DATE | The settlement date |
| PAYMENT_AMOUNT | Payment amount incl. VAT. Used in remittance and invoice report |
| PAYMENT_METHOD | Payment method used for the transaction. N/A, Wallet, CREDITCARD |
| SIGNAGE_ZONE_CODE | Zone status zone code |
GET
Get the report
Authorizations
For the header value, use the format: Bearer YOUR-JWT-TOKEN. You can get the token from the auth/v1 endpoint.
Path Parameters
The report identifier from the report generation initiation
Response
The generated report is available for immediate download. The response contains the complete report file with all requested data, including both default columns and any additional fields specified in the initial report generation request.
JSON report file
Previous
Retrieve report generation status
Returns the current report generation status. For in-progress reports, includes retry information with recommended wait time.
For completed reports, automatically redirects to the download link for the generated report.
In case of a report generation error, provides error details.
Next
Get the report