Logo
MicroStrategy REST API API Documentation

Get history list message

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

Get details of a message specified by message id from history list

 

Body PARAM

Key Datatype Required Description 
objectType
string (Required) Object type
fields
null Comma-separated, top-level field whitelist that allows the client to selectively retrieve part of the response model. If specified, extra filtering is applied, and for top-level object (if root model is an array, each array element), only the listed fields are kept in the response. For example, "id,elements" keeps only the "id" field and whole "elements" array field, omitting all other fields in the top-level response model.



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token
X-MSTR-ProjectID
string Project ID (Sets the context of the request; project, or configuration. For project objects it must be supplied, and for configuration level objects it's omitted)
Accept
string




RESPONSES

status OK

Curl
curl -X GET 'baseUrl/api/historyList/:messageId?objectType=report_definition?objectType=report_definition&fields=' -H 'X-MSTR-AuthToken: authToken' -H 'X-MSTR-ProjectID: projectId' -H 'Accept: application/json'

ENDPOINTS