REST API - getCalendarReferences
The table summarizes the SOAP API - getCalendarReferences.
Request
Format | GET <baseurl>/orgmodel/calendarrefs/<entitytype>/<entityguid>/<version> |
Path parameters |
|
Response
JSON | Returns a JSON representation of the content of the getCalendarReferencesResponse element. |
XML | Returns the content of the getCalendarReferencesResponse element (from the OrgModelService schema). |
Example
Request | GET <baseurl>/orgmodel/calendarrefs/ORGANIZATION/_jGi_kcxxEd-nOYM9N6WPrw/1 |
Response | { "calendar": { "@calendar-alias": "standard", "@model-version": "1", "@entity-type": "ORGANIZATION", "@entity-guid": "_jGi_kcxxEd-nOYM9N6WPrw", "@entity-name": "Organization1", "@entity-label": "Organization1" } } |
Copyright © Cloud Software Group, Inc. All rights reserved.