Get Global Settings Using GET

Get Global Settings Using GET

All the key-name mappings can be found in the /api/deployment/config/globalsettings/metadata API's description.

Request
URI
GET
https://{api_host}/suite-api/api/deployment/config/globalsettings
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The global setting keys and values

Returns entries of type(s) application/json
{
    "keyValues": [
        {
            "key": "string",
            "values": [
                "string"
            ]
        }
    ]
}
array of entry
keyValues
Optional

A Collection of KeyValuesEntry objects