Get All Player Uuid Settings For Setting Type
GET /settings/v2/player/{player_uuid}/setting_type/{setting_type_id}/key
Get a list of all player setting documents for a specific Setting Type
Required Permissions:
-
For any player (including themselves) any of:
setting:*:*
,setting:read
-
For the player themselves :
setting:read:self
Authorizations
Parameters
Path Parameters
Player to get settings for
Player to get settings for
Setting Type to get settings for. Must be one of the known setting types
Setting Type to get settings for. Must be one of the known setting types
Query Parameters
Setting Key to get settings for. If not specified, all settings for the setting type will be returned
Setting Key to get settings for. If not specified, all settings for the setting type will be returned
Responses
200
Successful Response
object
Setting version/value data from a specific setting type/key for a player
object
Setting Version
Setting Value document
400
Error Codes:
setting_type_not_supported
- The setting type is not supported at this time. Contact an administrator
object
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
404
Error Codes:
setting_type_id_not_found
- The setting type ID was not found
object
422
Validation Error