Get Event

Retrieve an event with the given ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
The unique id for the event

Response

OK
idstring or nullRead-only
The unique identifier for the event
categoryenum or null
The category of the event. This is useful for filtering events.
created_atstring or nullRead-onlyformat: "date-time"
The date and time the event was created
associated_object_idstring or nullRead-only
The unique identifier for the associated object
associated_object_typestring or nullRead-only
The type of the associated object

Errors