Get Player Sessions By Uuid V2
GET /session/v1/player/{player_uuid}/session
Get all session IDs associated with a player. NOTE This list is eventually consistent with the data from the session by ID endpoints.
Required Permissions:
-
For any player (including themselves) any of:
session:*
,session:read-player:any
-
For the player themselves :
session:read-player:self
Required Session Permissions: None
Authorizations
Parameters
Path Parameters
Header Parameters
If you provide the ETag that matches the current ETag for this resource, a 304 response will be returned - indicating that the resource has not changed.
If you provide the ETag that matches the current ETag for this resource, a 304 response will be returned - indicating that the resource has not changed.
Responses
200
Successful Response
Information about all sessions that a player is currently a member of, or invited to
object
Session associated with this player, and any pending invites
object
Information about the sessions of a specific type that a player is currently a member of, or invited to
object
Template type
Sessions the player is currently a part of for this session type, if any.
Pending invites, if any, for the current player in this session type
object
Information about an invite to a session that a player received
object
Session ID for the invite
Player who sent the invite
Sessions that the player has a reserved place in, but has not yet been invited
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Headers
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
403
Forbidden
object
422
Validation Error