Get Friend Relationship
Get the relationship status with the other Player.
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 or to use it to modify the relationship without loosing updates.
Permissions Required: friend:friend_list:read
Authorizations
- HTTPBearerHeadersOrCookie
Parameters
Path 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
Represents the relationship with a potential friend. V1 includes player_id and player_uuid.
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