Get Namespace Values Using GET

Get Namespace Values Using GET

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}/api/deployment/config/properties/{namespace}/{key}
COPY
Path Parameters
string
key
Required

Specific key for the namespace

string
namespace
Required

The namespace of which values will be seen


Authentication
This operation uses the following authentication methods.
Responses
200

List of values

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

Key of the (Key,Value) Pair

array of string
values
Optional

Collection of the Values associated with the Key


404

The Key is not found in the specified namespace

Operation doesn't return any data structure