GET clients/getClientCaptureSettings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Setting| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantPropertyID | integer |
None. |
|
| PropertyName | string |
None. |
|
| PropertyValue | string |
None. |
|
| PropertyGroup | string |
None. |
|
| Active | boolean |
None. |
|
| TenantID | integer |
None. |
|
| PropertyType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TenantPropertyID": 1,
"PropertyName": "sample string 2",
"PropertyValue": "sample string 3",
"PropertyGroup": "sample string 4",
"Active": true,
"TenantID": 6,
"PropertyType": "sample string 7"
},
{
"TenantPropertyID": 1,
"PropertyName": "sample string 2",
"PropertyValue": "sample string 3",
"PropertyGroup": "sample string 4",
"Active": true,
"TenantID": 6,
"PropertyType": "sample string 7"
}
]
text/html
Sample:
[{"TenantPropertyID":1,"PropertyName":"sample string 2","PropertyValue":"sample string 3","PropertyGroup":"sample string 4","Active":true,"TenantID":6,"PropertyType":"sample string 7"},{"TenantPropertyID":1,"PropertyName":"sample string 2","PropertyValue":"sample string 3","PropertyGroup":"sample string 4","Active":true,"TenantID":6,"PropertyType":"sample string 7"}]
application/xml, text/xml
Sample:
<ArrayOfSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Settings">
<Setting>
<Active>true</Active>
<PropertyGroup>sample string 4</PropertyGroup>
<PropertyName>sample string 2</PropertyName>
<PropertyType>sample string 7</PropertyType>
<PropertyValue>sample string 3</PropertyValue>
<TenantID>6</TenantID>
<TenantPropertyID>1</TenantPropertyID>
</Setting>
<Setting>
<Active>true</Active>
<PropertyGroup>sample string 4</PropertyGroup>
<PropertyName>sample string 2</PropertyName>
<PropertyType>sample string 7</PropertyType>
<PropertyValue>sample string 3</PropertyValue>
<TenantID>6</TenantID>
<TenantPropertyID>1</TenantPropertyID>
</Setting>
</ArrayOfSetting>