FetchSetting
| Full path | FetchSetting?ClientID={ClientID}&Name={Name}&Kind={Kind} |
| HTTP Verb | GET |
| Description | This endpoint expects an HTTP GET request with a ClientID, a setting name and a kind. Requires authentication with an OAuth2 token |
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID |
The unique client id |
string |
Required |
| Name |
The setting name |
string |
Required |
| Kind |
The setting kind |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
list of values
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>