Skip to content
Wesley Merkamp edited this page Nov 26, 2018 · 1 revision

Get Events

/api/events

Supported Query Parameters

Query Parameter Description
callback The value provided will wrap the payload as a JSONP-formatted response.
version The version of the API desired. If no version parameter is provided, the API will default to the oldest supported version.

Path Parameters

Response format

On a successful HTTP Call, 200 OK will be returned with an object whose body will contain events.

Events Object

Field Type Description
name string The name of the event
endDateUTC string-formatted date The ISO-8601-formatted date (in UTC) of the events end date
timezone string The timezone the event occurs in
type string The event type
startDateUTC string The ISO-8601-formatted date (in UTC) of the events end date
eventID integer The unique ID of the event

Clone this wiki locally