GetCalendars |
This method returns instance details of all published calendars.
SOAP Request
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <getCalendars xmlns="http://schemas.cordys.com/buscalendar/runtime/BusinessCalendar/1.0"> <WorkspaceID>002481F0-8E9F-11E2-EE36-A5EED1105F38</WorkspaceID> </getCalendars> </SOAP:Body> </SOAP:Envelope>
Request Parameters
Parameter |
Description |
Mandatory |
Accepted Input Values |
---|---|---|---|
WorkspaceID | ID of CWS Workspace | No | GUID (optional) |
SOAP Response
<data> <getCalendarResponse xmlns:SOAP="http://schemas.xmlsoap.org./soap/envelope/" xmlns="http://schemas.cordys.com/buscalendar/runtime/BusinessCalendar/1.0"> <getCalendars> <Calendars xmlns="http://schemas.cordys.com/buscalendar/runtime/BusinessCalendar/1.0"> <Calendar xmlns="http://schemas.cordys.com/buscalendar/runtime/BusinessCalendar/1.0"> <Id>001CC438-906D-11E2-EE7F-09700229DF6C</Id> <Name>bcal2</Name> <Description>bcal2</Description> <QName>Business Calenders/bcal2</QName> </Calendar> <Calendar xmlns="http://schemas.cordys.com/buscalendar/runtime/BusinessCalendar/1.0"> <Id>001CC438-906D-11E2-EE7F-0970022B5F6C</Id> <Name>Calender1</Name> <Description>Calender1</Description> <QName>Business Calenders/Calender1</QName> </Calendar> </Calendars> </getCalendars> </getCalendarByQNameResponse> <data>
Response Parameters
Parameter |
Description |
---|---|
getCalendars |
XML snippet with details of calendars. |