Get Friends List For Player V2
GET /friends/v2/player/{player_uuid}/friend
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 can utilize the if-none-match
header to avoid having to reload the response if it has not changed.
Authorizations
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.
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