Skip to main content

Get Player Recently Played With

GET 

/match/v1/player/:player_uuid/recently-played

Get the list of players this player recently played with

Required Permissions:

  • For any player (including themselves) any of: match:*, match:player:any:read

  • For the player themselves any of: match:match:player:read, match:player:self:read

Request

Path Parameters

    player_uuid uuidrequired

Query Parameters

    page_size Page Size

    Default value: 20

    Number of players to return

Header Parameters

    if-match any

    Precondition check if the resource's current ETag matches the provided values. * can be used to match any existing value.

    See https://www.rfc-editor.org/rfc/rfc9110#name-if-match for more information

    if-none-match any

    Precondition check if the resource's current ETag does NOT match the provided values. * can be used to match existing value, causing the request to fail.

    See https://www.rfc-editor.org/rfc/rfc9110#name-if-none-match for more information

Responses

Successful Response

Response Headers

  • ETag

    string

    The ETag for the resource. Used for caching and preconditions.

Schema

    players

    object[]

    List of players

  • Array [

  • player_uuid uuidrequired

    Player UUID

  • ]

Loading...