Logo
MicroStrategy REST API API Documentation

Modeling-Manage Custom Group Objects-Create a Custom Group with Band Count

Number of APIs: 7


1. Delete the changeset

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



2. Commit the changeset changes to the metadata

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



3. Create a changeset

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



4. Login

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



5. Create a new custom group

POST {{baseUrl}}/api/model/customGroups



6. Delete the custom group

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



7. Logout

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



ENDPOINTS