Logo
MicroStrategy REST API API Documentation

Create a new folder

POST {{baseUrl}}/api/folders/

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required)
X-MSTR-ProjectID
string (Required)




RESPONSES

status





Curl
curl -X POST 'baseUrl/api/folders/' -H 'X-MSTR-AuthToken: authToken' -H 'X-MSTR-ProjectID: projectId' -d '{"name":"new_folder","description":"test folder created by postman workflow","parent":"rd_folderId"}'

ENDPOINTS