Get Event

Retrieve an event with the given ID.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

idstringRequired
The unique id for the event

Response

OK
idstringOptionalRead-only
The unique identifier for the event
categoryenumOptional
The category of the event. This is useful for filtering events.
created_atdatetimeOptionalRead-only
The date and time the event was created
associated_object_idstringOptionalRead-only
The unique identifier for the associated object
associated_object_typestringOptionalRead-only
The type of the associated object

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error