Logo
MicroStrategy REST API API Documentation

Analytics-Manage reports-Manage Incremental Refresh Report Objects-Create, Update, and Delete an Incremental Refresh Report

Number of APIs: 6


1. Create an incremental refresh report

POST {{baseUrl}}/api/model/incrementalRefresh



2. Login

POST {{baseUrl}}/api/auth/login



3. Update an incremental refresh report

PUT {{baseUrl}}/api/model/incrementalRefresh/:irrId?showExpressionAs=tree&showFilterTokens=true



4. Get the incremental refresh report definition

GET {{baseUrl}}/api/model/incrementalRefresh/:irrId?showExpressionAs=tree&showFilterTokens=true&showAdvancedProperties=true



5. Delete the incremental refresh report

DELETE {{baseUrl}}/api/objects/:objectId?type=3



6. Logout

POST {{baseUrl}}/api/auth/logout



ENDPOINTS