Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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=="
}