Generate report from data
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account.
9Query Parameters
The template to generate report from
example:
- checkout_transaction_order
Path to the data for the report
examples:
- /checkout/v1/transactions/{transaction.id}
The Content-Type for the report
examples:
- application/pdf
The Content-Language for the report
examples:
- no
- en
The timezone for the report List of timezones: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones Defaults to Europe/Oslo
examples:
- Europe/Stockholm
- Europe/London
- Europe/Helsinki
The start of the data interval
The end of the data interval
Schedule for the report
monthly, weekly, daily, custom, none Whether to save the generated report in s3 or not, if set to true returns 201
Response
Report file
The response is of type string.