ExportRequestΒΆ
| Field | NULL | Description | Note |
|---|---|---|---|
| dashboardId string (GUID) |
Y | The id of the dashboard if available | |
| dashboardPartId string (GUID) |
Y | The id of the dashboard part if available | |
| reportId string (GUID) |
Y | The id of the report if available | |
| draftID string (GUID) |
Y | The id of the draft if available | |
| reportPartId string (GUID) |
Y | The id of the report part if available | |
| filters array of objects |
Y | An array of FilterItem objects. | |
| fileSession string |
The key of this specific session. | ||
| reportDefinition object |
Y | The ReportDefinition object if available. | |
| dashboardDefinition object |
Y | The DashboardDefinition object if available. | |
| dashboardPartIndex integer |
Y | The index of the dashboard part if available. | |
| tenantId string (GUID) |
Y | The id of the tenant if available. | |
| subReportFilters object |
Y | An array of FilterItem objects if available. | |
| queryString string |
Y | The query string | |
| token object |
Y | The authentication token |