REST API - copyCalendar
The table summarizes the REST API - copyCalendar.
Request
Format | POST <baseurl>/calendar/<name>/copy/<newname> |
Path parameters |
|
Query parameters |
|
Response
JSON | Returns a JSON representation of the content of a copyCalendarResponseelement. |
XML | Returns the content of a copyCalendarResponseelement (from the WorkCalService schema). |
Example
Request | POST <baseurl>/calendar/EMEA-S/copy/LISBON1 |
Response | { "xml-fragment": { "@version": "0", "@namespace": " ", "@name": "LISBON1" } } |