Logo
MicroStrategy REST API API Documentation

Analytics-Manage reports-Manage Reports-Create, Update, Read and Delete a Derived Element in Report

Number of APIs: 9


1. Read a derived element in report

GET {{baseUrl}}/api/model/reports/:reportId/derivedElements/:derivedElementId



2. Update a derived element in report

PUT {{baseUrl}}/api/model/reports/:reportId/derivedElements/:derivedElementId



3. Login

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



4. Get quick search results in a list format

GET {{baseUrl}}/api/searches/results?type=3&limit=100&name=Brand Performance by Region&pattern=2



5. Create a report instance

POST {{baseUrl}}/api/model/reports/:reportId/instances



6. Create a derived element in report

POST {{baseUrl}}/api/model/reports/:reportId/derivedElements



7. Delete a derived element in report

DELETE {{baseUrl}}/api/model/reports/:reportId/derivedElements/:derivedElementId



8. Delete the report instance

DELETE {{baseUrl}}/api/model/reports/:reportId/instances



9. Logout

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



ENDPOINTS