Get Event

Retrieve an event with the given ID.

Path parameters

idstringRequired
The unique id for the event

Headers

AuthorizationstringRequired

OAuth authentication of the form <token>.

Response

OK
idstring or null
The unique identifier for the event
categoryenum or null
The category of the event. This is useful for filtering events.
Allowed values:
created_atdatetime or null
The date and time the event was created
associated_object_idstring or null
The unique identifier for the associated object
associated_object_typestring or null
The type of the associated object

Errors