REST API - getCalendarReferences

The table summarizes the SOAP API - getCalendarReferences.

Request

Format
GET <baseurl>/orgmodel/calendarrefs/<entitytype>/<entityguid>/<version>
Path parameters
  • entitytype: The type of organization model entity for which calendar references are to be returned. For a list of the available enumerations, see entity-type enumerations.
  • entityguid: The GUID of organization model entity for which calendar references are to be returned. Can be obtained using getOrgModel .
  • version: The version of organization model entity for which calendar references are to be returned. Can be obtained using listOrgModelVersions .

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"
  }
}