Get Match Making Profile V2
GET /session/v2/match-making-profile/{match_making_profile_id}
Get info about a specific match making profile
Required Permissions:
- For any player (including themselves) any of:
session:*
,session:read:config
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
A profile that describes what pools of players a session will be a part of when matchmaking
object
ID of the matchmaking profile to join
What mode to set on the matchmaking profile (normal, backfill etc)
Which instance template to use when launching a match in this profile
Which rank this profile should use MMR from to make matches from, and update at the end of match (1v1 MMR or 2v2 MMR for example)
The number of sides a game in this profile will have (2 in a 1v1 and 3 in a 1v1v1 for example
The maximum number of players that can be on each team
The minimum number of players that can be on each team
Legacy config to help migrate clients
object
Which deserter this profile should check before allowing players to join matchmaking
What type of session should result from matchmaking on this profile
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