Get Platform Session Info
GET /session/v1/platform/{platform}/platform-session/{platform_session_id_base64}
Get information about a platform session
Required Permissions:
- For any player (including themselves) any of:
session:*
,session:read:platform
Required Session Permissions: SessionPermissions.active_in_session
for users that do not have the session:read:any
auth permission
Authorizations
Parameters
Path Parameters
An enumeration.
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
A platform session resource in a RallyHere session
object
Platform that this session is for
Platform-Specific Identifier for the Platform’s template
Platform session’s unique identifier
DEPRECATED. PlatformSessions no longer keep tracking of players. Players in the platform session
A platform player resource in a platform session
object
Player ID representing the current player
Player UUID representing the current player
Is this player the leader of the platform session? When setting up the parent session, if all players are from the same platform session, leadership is coordinated
Product defined custom data fields about the platform session
object
Headers
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
403
User is not authenticated, or does not have sufficient role access to perform request
object
404
Platform Session or Platform Player doesn’t exist. See error code for more info
object
422
Validation Error