Get Blocked List For Player V2
Fetch the blocked list for the 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.
Permissions Required: friend:block_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
The list of players that is blocked.
object
The player that is being blocked.
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