CalendarRs
The following resources are applicable:
/calendar
Mount Point: /api/rest/calendar
The following operations are supported on this resource:
POST
Create calendar.
Request Body
element: | Calendar |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
PUT
Update calendar.
Request Body
element: | Calendar |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
GET
Search for calendar with a given code.
Parameters
name | description | type | default |
---|---|---|---|
calendarCode | (no documentation provided) | query |
Response Body
element: | GetCalendarResponse |
media types: | application/xml application/json |
(no documentation provided)
/calendar/{calendarCode}
Mount Point: /api/rest/calendar/{calendarCode}
DELETE
Remove calendar with a given code.
Parameters
name | description | type | default |
---|---|---|---|
calendarCode | (no documentation provided) | path |
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
/calendar/version
Mount Point: /api/rest/calendar/version
GET
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)