Get Friends List For Player
Fetch the friend’s list for the Player and their relationship status with those friends.
Note: This API supports etags and will return the etag header when with the response.
Clients and then utilize the if-none-match header to avoid having to reload the response if it has not changed.
Permissions Required: friend:friend_list:read
Authorizations
- HTTPBearerHeadersOrCookie
Parameters
Path Parameters
Query Parameters
Header Parameters
If you provide the ETag that matches the current ETag for this resource, a 304 response will be return - 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 return - indicating that the resource has not changed.
Responses
200
Successful Response
List of the player’s friends. Includes sent friend requests and received friends requests.
object
Represents the relationship with a potential friend. V1 includes player_id and player_uuid.
object
object
Headers
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
304
Content still has the same etag and has not changed
400
Bad Request
object
403
Forbidden
object
409
Conflict
object
422
Validation Error