Overview

Retrieve a list of occurrences records given a master event id.

Request Arguments

Name Type Description Required
masterRecordId String Master Event Id True
occurrences Array A list of occurrences original start dates False
eventType String Either occurrence or exception False
limit String How many records to retrieve False
offset String Where should the retrieval pointer be placed at False

Request

http://{site_url}/rest/v11_23/Meetings/retrieveOccurrences
{
    "module": "Meetings",
    "masterRecordId": "id-id-id"
    "occurrences": ["yyyy-mm-ddThh:mm:ss-00:00"],
    "eventType": "occurrence",
    "limit": "10",
    "offset": "30",
}

Response Arguments

Name Description Start Date End Date
<records fields> Returns the fields for the required events.

Response

Array

Change Log

Version Change
v11_23 Added /Meetings/retrieveOccurrences POST endpoint.