SOAP API - getCalendarReferences
The table summarizes the SOAP API - getCalendarReferences.
Request | Uses the getCalendarReferences element (from the OrgModelService schema) |
Parameter notes |
|
Response | Returns a getCalendarReferencesResponse element (from the OrgModelService schema) |
Example | Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:org="http://orgmodel.api.de.bpm.tibco.com"> <soapenv:Header/> <soapenv:Body> <org:getCalendarReferences model-version="-1" guid="_36QRkMoOEeG-IPt6GUFXxA"> </org:getCalendarReferences> </soapenv:Body> </soapenv:Envelope> |
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <getCalendarReferencesResponse xmlns="http://orgmodel.api.de.bpm.tibco.com"> <calendar calendar-alias="standard" entity-guid="_36QRkMoOEeG-IPt6GUFXxA" entity-label="Sales" entity-name="Sales" entity-type="ORGANIZATIONAL_UNIT" model-version="9" xmlns=""/> </getCalendarReferencesResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.