Get Reports For Target Player Uuid Self
GET /sanctions/v2/player/me/reports
GET
/sanctions/v2/player/me/reports
Get reports for a target player Required Permissions:
-
For any player (including themselves) any of:
sanction:*
,sanction:report:read:target-any
-
For the player themselves :
sanction:report:read:target-self
Source players will be empty without the Required Permissions:
-
For any player (including themselves) any of:
sanction:*
,sanction:report:read:source-any
-
For the player themselves :
sanction:report:read:source-self
Authorizations
Parameters
Query Parameters
Responses
200
Successful Response
object
reports
required
A list of player reports
Array<object>
object
report_id
required
Unique ID for the player report
string
reason
required
The reason for the report
string
custom_data
Custom data for the report
object
key
additional properties
string
403
Error Codes:
auth_invalid_key_id
- Invalid Authorization - Invalid Key ID in Access Tokenauth_invalid_version
- Invalid Authorization - versionauth_malformed_access
- Invalid Authorization - malformed access tokenauth_not_jwt
- Invalid Authorizationauth_token_expired
- Token is expiredauth_token_format
- Invalid Authorization - {}auth_token_invalid_claim
- Token contained invalid claim value: {}auth_token_invalid_type
- Invalid Authorization - Invalid Token Typeauth_token_sig_invalid
- Token Signature is invalidauth_token_unknown
- Failed to parse tokeninsufficient_permissions
- Insufficient Permissions
object
auth_success
boolean
error_code
required
string
desc
required
string
404
Error Codes:
player_not_found
- Player {id} not found
object
auth_success
boolean
error_code
required
string
desc
required
string
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string