Logo
MicroStrategy REST API API Documentation

Modeling-Manage Calendar Objects-Create, Update, and Delete a Calendar Object

Number of APIs: 10


1. Get a calendar's definition without changeset

GET {{baseUrl}}/api/model/calendars/:calendarId



2. Delete changeset

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



3. Delete the custom calendar object

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



4. Logout

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



5. Login

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



6. Create a configuration changeset

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



7. Create a new custom calendar object

POST {{baseUrl}}/api/model/calendars



8. Get a list of avaliable calendar objects within changeset

GET {{baseUrl}}/api/model/calendars



9. Commit changeset

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



10. Update a custom calendar's definition

PUT {{baseUrl}}/api/model/calendars/:calendarId



ENDPOINTS