v1
latestOpenAPI 3.0.12026-07-245277551.2 MBReports
Get report export by id
get/datainsights/v1.1/reports/{report_id}/export
Path parameters
report_idinteger required
Report id of the resource
Query parameters
view'details' | 'formatted' required
Example:details
View: should be either 'formatted' or 'details'
format'xlsx' | 'csv' | 'json' required
Example:xlsx
Format: should be either 'xlsx', 'csv' or 'json'
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
{
"url": "https://...",
"format": "xlsx",
"view": "details"
}