Generate report from reportparams
Create a report from the report params, this bypasses the normal schedule report setup and triggers report generation instantly
The “from” and “to” parameters needs to be populated with values matching the provided schedule
NB! For internal use only!
scopes:
- admin:insight
- write:insight
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.
9Body
Insight Report Params
- Insight Checkout Transactions Report Params
- Insight Orders Order Operations Report Params
- Insight Wallets Transactions Report Params
checkout/transactions Schedule for the report, how often will the report be generated
monthly, weekly, daily Report Language
no, en List of filters used to filter the data for the report. Similar to SQL WHERE-clause. i.e, WHERE filter=value
Content type for the report
application/pdf, text/csv Response
Insight report params used to generate report
- Insight Checkout Transactions Report Params
- Insight Orders Order Operations Report Params
- Insight Wallets Transactions Report Params
checkout/transactions Schedule for the report, how often will the report be generated
monthly, weekly, daily Report Language
no, en List of filters used to filter the data for the report. Similar to SQL WHERE-clause. i.e, WHERE filter=value
Content type for the report
application/pdf, text/csv