Logo
MicroStrategy REST API API Documentation

Get the list of applicable properties

GET {{baseUrl}}/api/model/reports/:reportId/applicableVldbProperties

Get the list of applicable properties for a given report. The list is returned based on report's xda type and report type. The report's subtype must be in the following list: reportgrid, reportgraph, reportengine, reportgridandgraph, an error is thrown otherwise. InstanceId header is needed for unsaved objects so they can be retrieved from the instance. Internationalized fields will be based on user's displayLocale from MicroStrategy Library session.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-MSTR-MS-Instance
string Report instance ID
X-MSTR-AuthToken
string (Required) Authorization token
X-MSTR-ProjectID
string (Required) Project ID




RESPONSES

status





Curl
curl -X GET 'baseUrl/api/model/reports/:reportId/applicableVldbProperties' -H 'X-MSTR-MS-Instance: rd_instanceId' -H 'X-MSTR-AuthToken: authToken' -H 'X-MSTR-ProjectID: projectId'

ENDPOINTS