GET breeze/EnvironmentSetting/ClientEnvironmentSettings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EnvironmentSettingPair| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
|
| Value | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "AHS.Server.Entities.EnvironmentSettingPair, AHS.Server",
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"$ref": "1"
}
]