Get Session Events
Get all events for the session. Empty list means there is no event history for it.
Required Permissions:
For any player (including themselves)any of: session:*
, session:read:event
, session:read-player:any
Required Session Permissions: None
Authorizations
- HTTPBearerHeadersOrCookie
Parameters
Path Parameters
Query Parameters
Responses
200
Successful Response
A list of events that occurred in a session
object
A list of the events that have occurred in a given session
Information about an event that occurred in a session
object
Code that identifies this type of event. See CommonEventCode for common examples.
Description metadata about the event
Player who triggered the event
Player who triggered the event
Player who the event was targetted toward, if relevant
Player who the event was targetted toward, if relevant
Instance that was active at the time of the event
Match that was active at the time of the event
Relevant platform
Relevant platform session id
Custom data about this event
object
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
403
Forbidden
object
422
Validation Error