REST API - resolveReferences

The table summarizes the REST API - resolveReferences.

Request

Format GET <baseurl>/calendar/references
Query parameters ref=string (1..n): The calendar references to be resolved, one reference per repetition of the parameter. Can be obtained from getOrgModel.

Response

JSON Returns a JSON representation of The content of a resolveReferencesResponse element.
XML Returns the content of a resolveReferencesResponse element (from the WorkCalService schema).

Example

Request
GET <baseurl>/calendar/references
?ref=4F103A69-430B-49DE-8828-9889ACBBBB61
Response
    {
       "reference":
       {
           "@reference-guid": "4F103A69-430B-49DE-8828-9889ACBBBB61",
           "@namespace": "LONDON",
           "@name": "LONDON01"
       }
    }