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
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
- checkout/transactions
- orders/orderoperations
- wallets/transactions
Service (source) and type of data used to create the report
checkout/transactions Custom name of the report. Will be shown in report listing and in the report filename
64The start of the data interval, must adhere to ISO 8601 dateformat (YYYY-MM-DD)
The end of the data interval, must adhere to ISO 8601 dateformat (YYYY-MM-DD)
Schedule for the report, how often will the report be generated
monthly, weekly, daily Report Language
no, en Emails will receive auto-generated report (or link to report if the report is to large)
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
- checkout/transactions
- orders/orderoperations
- wallets/transactions
Service (source) and type of data used to create the report
checkout/transactions Custom name of the report. Will be shown in report listing and in the report filename
64The start of the data interval, must adhere to ISO 8601 dateformat (YYYY-MM-DD)
The end of the data interval, must adhere to ISO 8601 dateformat (YYYY-MM-DD)
Schedule for the report, how often will the report be generated
monthly, weekly, daily Report Language
no, en Emails will receive auto-generated report (or link to report if the report is to large)
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