POST /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-12-24T16:48:43.094Z",
"endDateTime": "2025-12-24T16:48:43.094Z",
"timeZone": "text",
"isRecipientSpecific": true,
"exportFormat": "text",
"daxQuery": [
"text"
],
"runId": "123e4567-e89b-12d3-a456-426614174000",
"isOnDemand": true
}
}