Logo
MicroStrategy REST API API Documentation

Read project's definition with advanced properties

GET {{baseUrl}}/api/model/projects/:projectId?showAdvancedProperties=true

The response returns the definition of a single filter.

The project ID is required to return a filter's definition in metadata. The changeset ID is required to return a filter's definition within a specific changeset. To execute the request, either the project ID or changeset ID needs to be provided. If both are provided, only the changeset ID is used.

The changeset ID can be obtained using the changeset creation API. An authorization token is required to execute the request and can be obtained using Authentication endpoints.

 

Body PARAM

Key Datatype Required Description 
showAdvancedProperties
boolean Show advanced properties of a project



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization Token
X-MSTR-ProjectID
string (Project ID or Changeset ID Required) Project ID
X-MSTR-MS-Changeset
string (Project ID or Changeset ID Required) Changeset ID




RESPONSES

status



Curl
curl -X GET 'baseUrl/api/model/projects/:projectId?showAdvancedProperties=true?showAdvancedProperties=true' -H 'X-MSTR-AuthToken: authToken' -H 'X-MSTR-ProjectID: projectId' -H 'X-MSTR-MS-Changeset: rd_changesetId'

ENDPOINTS