Export - Starts a background task for visual export processing
Authorizations
HTTPRequired
Please enter a valid token
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Body
Model for the Visual Export Wrapper Payload
Responses
200
Success
No content
202
Accepted: The export task has been successfully queued for processing.
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
/StartVisualExportPOST /StartVisualExport HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 1505
{
"visualExportRequest": {
"exportType": "text",
"reportPageName": "text",
"userName": "text",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"assetId": "123e4567-e89b-12d3-a456-426614174000",
"visualData": [
{
"datasetName": "text",
"tenantId": "text",
"datasetId": "text",
"schema": {
"tables": [
{
"tableName": "text",
"columns": [
"text"
],
"measures": [
"text"
]
}
],
"filters": [
{
"target": {
"tableName": "text",
"column": "text",
"measure": "text",
"aggregationFunction": "text"
},
"values": [
"text"
],
"filterType": 1,
"orderBy": {
"tableName": "text",
"column": "text",
"measure": "text",
"aggregationFunction": "text"
},
"operator": "text",
"logicalOperator": "text",
"conditions": [
{
"operator": "text",
"value": null
}
],
"itemCount": 1,
"includeToday": true,
"operatorRelative": 1,
"timeUnitType": 1,
"timeUnitCount": 1
}
]
},
"visibleColumns": [
{
"tableName": "text",
"column": "text",
"measure": "text",
"aggregationFunction": "text"
}
],
"visualName": "text",
"visualTitle": "text",
"tenantName": "text"
}
]
},
"reportSubscription": {
"reportSubscriptionId": "123e4567-e89b-12d3-a456-426614174000",
"reportId": "123e4567-e89b-12d3-a456-426614174000",
"operationId": "123e4567-e89b-12d3-a456-426614174000",
"createdByUserId": "123e4567-e89b-12d3-a456-426614174000",
"createdByUserEmail": "text",
"schedule": "text",
"subscribers": [
{
"email": "text",
"id": "text"
}
],
"isActive": true,
"startDateTime": "2025-11-28T04:09:35.181Z",
"endDateTime": "2025-11-28T04:09:35.181Z",
"timeZone": "text",
"isRecipientSpecific": true,
"exportFormat": "text",
"daxQuery": [
"text"
],
"runId": "123e4567-e89b-12d3-a456-426614174000",
"isOnDemand": true
}
}No content
Last updated