Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns settings for current authenticated user.
UserSettings
The UserSettings object has the following specification.
| Member | Type | Description |
|---|---|---|
| id | 32-bit unsigned integer | The identifier of the setting. |
| source | 32-bit unsigned integer | Represents the source of the setting. |
| titleId | 32-bit unsigned integer | The identifier of the title associated with the setting. |
| value | array of 8-bit unsigned integer | Represents the value of the setting. Clients retrieving settings must understand the representation format to be able to read the data. |
Sample JSON syntax
{
"id":268697600,
"source":1,
"titleId":1297287259,
"value":"CAAAAA=="
}