Get Namespace Values Using GET 1

Get Namespace Values Using GET 1

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

Request
URI
GET
https://{api_host}/suite-api/api/deployment/config/properties/{namespace}
COPY
Path Parameters
string
namespace
Required

The namespace of which values will be seen


Authentication
This operation uses the following authentication methods.
Responses
200

Set of key/values pairs

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

A Collection of KeyValuesEntry objects


404

Namespace is not found

Operation doesn't return any data structure