Get All Player Uuid Settings For Setting Type Self
GET /settings/v2/player/me/setting_type/{setting_type_id}/key
GET
/settings/v2/player/me/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
setting_type_id
required
Setting Type to get settings for. Must be one of the known setting types
string
Setting Type to get settings for. Must be one of the known setting types
Query Parameters
key
Setting Key to get settings for. If not specified, all settings for the setting type will be returned
Array<string>
Setting Key to get settings for. If not specified, all settings for the setting type will be returned
Responses
200
Successful Response
object
key
additional properties
Setting version/value data from a specific setting type/key for a player
object
v
required
Setting Version
integer
value
required
Setting Value document
400
Error Codes:
setting_type_not_supported
- The setting type is not supported at this time. Contact an administrator
object
auth_success
boolean
error_code
required
string
desc
required
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:
setting_type_id_not_found
- The setting type ID was 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