Version 2021
Manage Incremental Refresh Reports
Starting in MicroStrategy 2021 Update 6, you can use REST API requests retrieve, create, and update the Incremental Refresh Report (IRR) objects through the Modeling service.
The table below outlines the important fields in the API response body defined for an Incremental Refresh Report.
Field | Description |
---|---|
information | Stores the basic information for the Incremental Refresh Report including For Incremental Refresh Report, |
targetCube | Stores the For target cube, |
incrementType | Specifies the incremental type for an Incremental Refresh Report, which can only be filter and report . |
refreshType | Specifies the refresh type for an Incremental Refresh Report, which can only be The replace |
filter | Stores the information for the filter used in the Incremental Refresh Report, which has the same structure as a filter object. An Incremental Refresh Report filter is presented in the following formats:
If If |
template | Stores the information of the template used in the Incremental Refresh Report, which includes rows, columns and pageBy. If the |
For more information about the Modeling service, see Configuring the Modeling Service.