FusionDataRequest
| Field | NULL | Description | Note |
|---|---|---|---|
| userAction string | The user action, used for logging user behavior | ||
| reportId string (GUID) | Y | The id of the report | |
| reportPartId string (GUID) | Y | The id of the report part | |
| dashboardId string (GUID) | Y | The id of the dashboard | |
| dashboardPartId string (GUID) | Y | The id of the dashboard part | |
| tenantId string (GUID) | Y | The id of the tenant | |
| expandedLevel integer | The expanded level | ||
| filters array of objects | An array of FilterItem objects | ||
| masterReportId string (GUID) | Y | The id of the master report | |
| inheritMasterReportFilter boolean | Whether to inherit filters from master report | ||
| paging object | A PagingInfo object | ||
| overridingFilterValue object | A dynamic object to store filter values to override | ||
| overridingFilterOperator object | A dynamic object to store filter operators to override | ||
| sortOrders array of objects | An array of SortParam objects | ||
| loadDraft boolean | Whether to load report from draft | ||
| loadAll boolean | Whether to load all records for exporting or printing | ||
| loadDefaultData boolean | Whether to load default data for dashboard part | ||
ignoreCache New in version 3.3.0. | Y | Whether to load data from cache or retrieve directly from DB |
Sample:
{"dashboardPartId":"8f64491a-3c07-46c7-a224-f5f6a58a1e29","expandedLevel":-1}