Logo
MicroStrategy REST API API Documentation

History List

Number of APIs: 5


1. Get history list

GET {{baseUrl}}/api/v2/historyList?scope=single_user&projectId={{projectId}}&type=report&offset=0&limit=-1



2. Send a report, a document or a dossier to history list

POST {{baseUrl}}/api/historyList



3. Get history list message

GET {{baseUrl}}/api/historyList/:messageId?objectType=report_definition



4. Remove a message from history list

DELETE {{baseUrl}}/api/historyList/:messageId?removeOthersMessage=true



5. Get history list

GET {{baseUrl}}/api/historyList?scope=single_user&offset=0&limit=-1



ENDPOINTS