Gets an application setting

get/admin/settings/{setting}
Internal-Use Only

Gets the value of an application setting.

Request Samples

1

Response Samples

1{
2 "name": "phoneticSearchEnabled",
3 "value": true
4}

Path Parameters

NameTypeRequiredDescription
setting
string
true

The name of the application setting.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
404Not FoundThe setting does not exist.Schema