GET GetDefaultPropertySetting?bCacheRefresh={bCacheRefresh}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bCacheRefresh | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
DefaultPropertiesName | Description | Type | Additional information |
---|---|---|---|
LowerThreshold | decimal number |
None. |
|
HigherThreshold | decimal number |
None. |
|
LowerThresholdPercent | decimal number |
None. |
|
HigherThresholdPercent | decimal number |
None. |
|
Weightage | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "LowerThreshold": 1.0, "HigherThreshold": 1.0, "LowerThresholdPercent": 1.0, "HigherThresholdPercent": 1.0, "Weightage": 1.0 }
text/html
Sample:
{"LowerThreshold":1.0,"HigherThreshold":1.0,"LowerThresholdPercent":1.0,"HigherThresholdPercent":1.0,"Weightage":1.0}
application/xml, text/xml
Sample:
<DefaultProperties xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <HigherThreshold>1</HigherThreshold> <HigherThresholdPercent>1</HigherThresholdPercent> <LowerThreshold>1</LowerThreshold> <LowerThresholdPercent>1</LowerThresholdPercent> <Weightage>1</Weightage> </DefaultProperties>