v1
latestOpenAPI 3.0.12026-07-245277551.2 MBReports
Queue task to export multiple reports by ids as single Excel workbook
post/datainsights/v1.1/reports/export/async
Query parameters
namestring
Example:Nightly report
Name of the workbook to generate
report_idsinteger[] required
Report IDs
include_chartsboolean
Example:true
Flag to include charts in the export, defaults to True
Headers
X-PROPERTY-IDinteger required
Property id of the client
Response
OK
Example response
{
"id": "53cce75e-eed6-4040-8a98-8accf372947a",
"status": "PENDING",
"result": {
"format": "xlsx",
"view": "raw",
"filename": "Report Name"
}
}