GET GetQATRules?SID={SID}&reportType={reportType}&thresholdType={thresholdType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SID | integer |
Required |
|
reportType | string |
Required |
|
thresholdType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfQATRulesDataName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | Collection of QATRulesData |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": [ { "RuleDetailSidMappingId": 1, "RuleDetailId": 2, "RuleId": 3, "QATType": 1, "QATRuleType": 1, "QATReportType": 1, "UpperThrehold": 4.0, "LowerThreshold": 5.0, "AbsoluteThreshold": 6.0, "Sid": 7 }, { "RuleDetailSidMappingId": 1, "RuleDetailId": 2, "RuleId": 3, "QATType": 1, "QATRuleType": 1, "QATReportType": 1, "UpperThrehold": 4.0, "LowerThreshold": 5.0, "AbsoluteThreshold": 6.0, "Sid": 7 } ] }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":[{"RuleDetailSidMappingId":1,"RuleDetailId":2,"RuleId":3,"QATType":1,"QATRuleType":1,"QATReportType":1,"UpperThrehold":4.0,"LowerThreshold":5.0,"AbsoluteThreshold":6.0,"Sid":7},{"RuleDetailSidMappingId":1,"RuleDetailId":2,"RuleId":3,"QATType":1,"QATRuleType":1,"QATReportType":1,"UpperThrehold":4.0,"LowerThreshold":5.0,"AbsoluteThreshold":6.0,"Sid":7}]}
application/xml, text/xml
Sample:
<ResponseOfArrayOfQATRulesDataA36TW3uD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body xmlns:d2p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.QAT"> <d2p1:QATRulesData> <d2p1:AbsoluteThreshold>6</d2p1:AbsoluteThreshold> <d2p1:LowerThreshold>5</d2p1:LowerThreshold> <d2p1:QATReportType>OnDemand</d2p1:QATReportType> <d2p1:QATRuleType>OverallSufficiencyPrelim</d2p1:QATRuleType> <d2p1:QATType>Prelim</d2p1:QATType> <d2p1:RuleDetailId>2</d2p1:RuleDetailId> <d2p1:RuleDetailSidMappingId>1</d2p1:RuleDetailSidMappingId> <d2p1:RuleId>3</d2p1:RuleId> <d2p1:Sid>7</d2p1:Sid> <d2p1:UpperThrehold>4</d2p1:UpperThrehold> </d2p1:QATRulesData> <d2p1:QATRulesData> <d2p1:AbsoluteThreshold>6</d2p1:AbsoluteThreshold> <d2p1:LowerThreshold>5</d2p1:LowerThreshold> <d2p1:QATReportType>OnDemand</d2p1:QATReportType> <d2p1:QATRuleType>OverallSufficiencyPrelim</d2p1:QATRuleType> <d2p1:QATType>Prelim</d2p1:QATType> <d2p1:RuleDetailId>2</d2p1:RuleDetailId> <d2p1:RuleDetailSidMappingId>1</d2p1:RuleDetailSidMappingId> <d2p1:RuleId>3</d2p1:RuleId> <d2p1:Sid>7</d2p1:Sid> <d2p1:UpperThrehold>4</d2p1:UpperThrehold> </d2p1:QATRulesData> </Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfArrayOfQATRulesDataA36TW3uD>