Get App Settings Server
Returns app settings that are configured to be available to the server. Requires permission: config:app_settings:server:read
Authorizations
- HTTPBearerHeadersOrCookie
Parameters
Header Parameters
If you provide the ETag that matches the current ETag for this content, will return a 304 response - indicating that the content has not changed.
If you provide the ETag that matches the current ETag for this content, will return a 304 response - indicating that the content has not changed.
Responses
200
Successful Response
A key/value pair that represents a setting to be used by the client.
object
The key for the setting
The value for the setting
Notes to describe the key value pair
Headers
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
304
Content still has the same etag and has not changed
403
Forbidden
object
422
Validation Error