Appearance
Get language and theme
About 132 wordsLess than 1 minute
apiUser Settings
2025-03-13
MethodGET
Request URL
/plugin/datafor-modeler/api/user-settings/display
Authorization
Use of this API requires authentication. For details about the authentication method, see
Authorization.
Content Typeapplication/json
Response Examples
[
{
"id": "language",
"value": "en"
},
{
"id": "theme",
"value": "light"
}
]
HTTP Responses
HTTP Status Code | Meaning | Description | Data schema |
---|---|---|---|
200 | OK | The request was successful. | Inline |
Response Data Schema (HTTP 200)
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
id | string | Yes | none | The identifier of the setting (language or theme ). |
value | string | Yes | none | The value of the setting (e.g., en for language, light for theme). |
Enum Values
Name | Value |
---|---|
id | language |
id | theme |