GetCalendarByQName |
This method returns instance details of the published business calendar for a given qualified name.
SOAP Request
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <getCalendarByQName xmlns="http://schemas.cordys.com/buscalendar/runtime/BusinessCalendar/1.0"> <WorkspaceID>002481F0-8E9F-11E2-EE36-A5EED1105F38</WorkspaceID> <qName>Business Calenders/Calender1</qName> </getCalendarByQName> </SOAP:Body> </SOAP:Envelope>
Request Parameters
Parameter |
Description |
Mandatory |
Accepted Input Values |
---|---|---|---|
WorkspaceID | ID of CWS Workspace | No | GUID (optional) |
qName |
Qualified name in $Folder/$documentName format |
Yes |
You can specify one of the following values:
|
SOAP Response
<data> <getCalendarByQNameResponse xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://schemas.cordys.com/buscalendar/runtime/BusinessCalendar/1.0" > <getCalendarByQName> <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> </getCalendarByQName> </getCalendarByQNameResponse> <data>
Response Parameters
Parameter |
Description |
---|---|
getCalendarByQName |
XML snippet with details of the calendar |