Get Event
Request
GET <REST API URL>/events/{event id}?fields=string
Parameter | Description |
---|---|
fields | Optional query parameter. Specifies a subset of the fields to be returned. Use Fields Syntax to define subset. |
Response
Response body
event
{
"id": string,
"aliasIds": [string, ...],
"aliases": [alias, ...],
"targetId": string,
"targetType": string,
"targetPresentation": string,
"author": string,
"authorPresentation": string,
"authorType": string,
"changes": [change, ...],
"type": string,
"timestamp": calendar
}
Last modified: 6 April 2017