Logo
MicroStrategy REST API API Documentation

Modeling-Manage Prompt Objects-Create an Attribute Element Prompt

Number of APIs: 7


1. Delete the changeset

DELETE {{baseUrl}}/api/model/changesets/:changesetId



2. Delete the prompt

DELETE {{baseUrl}}/api/objects/:objectId?type=10



3. Logout

POST {{baseUrl}}/api/auth/logout



4. Login

POST {{baseUrl}}/api/auth/login



5. Create a changeset

POST {{baseUrl}}/api/model/changesets



6. Create the prompt

POST {{baseUrl}}/api/model/prompts



7. Commit the changeset changes to the metadata

POST {{baseUrl}}/api/model/changesets/:changesetId/commit



ENDPOINTS