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

Number of APIs: 10

  1. Delete the custom calendar object DELETE {{baseUrl}}/api/objects/:objectId?type=81

  2. Logout POST {{baseUrl}}/api/auth/logout

  3. Login POST {{baseUrl}}/api/auth/login

  4. Create a configuration changeset POST {{baseUrl}}/api/model/changesets

  5. Create a new custom calendar object POST {{baseUrl}}/api/model/calendars

  6. Get a list of avaliable calendar objects within changeset GET {{baseUrl}}/api/model/calendars

  7. Commit changeset POST {{baseUrl}}/api/model/changesets/:changesetId/commit

  8. Update a custom calendar's definition PUT {{baseUrl}}/api/model/calendars/:calendarId

  9. Get a calendar's definition without changeset GET {{baseUrl}}/api/model/calendars/:calendarId

  10. Delete changeset DELETE {{baseUrl}}/api/model/changesets/:changesetId