Modeling-Manage Calendar Objects-Create, Update, and Delete a Calendar Object
Number of APIs: 10
-
Delete the custom calendar object DELETE {{baseUrl}}/api/objects/:objectId?type=81
-
Logout POST {{baseUrl}}/api/auth/logout
-
Login POST {{baseUrl}}/api/auth/login
-
Create a configuration changeset POST {{baseUrl}}/api/model/changesets
-
Create a new custom calendar object POST {{baseUrl}}/api/model/calendars
-
Get a list of avaliable calendar objects within changeset GET {{baseUrl}}/api/model/calendars
-
Commit changeset POST {{baseUrl}}/api/model/changesets/:changesetId/commit
-
Update a custom calendar's definition PUT {{baseUrl}}/api/model/calendars/:calendarId
-
Get a calendar's definition without changeset GET {{baseUrl}}/api/model/calendars/:calendarId
-
Delete changeset DELETE {{baseUrl}}/api/model/changesets/:changesetId