Logo
MicroStrategy REST API API Documentation

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

Number of APIs: 7


1. Login

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



2. Create a changeset

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



3. Create a new custom group

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



4. Commit the changeset changes to the metadata

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



5. Delete the changeset

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



6. Delete the custom group

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



7. Logout

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



ENDPOINTS