GET GetQATActions?SID={SID}&reportType={reportType}&thresholdType={thresholdType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SID

integer

Required

reportType

string

Required

thresholdType

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseOfListOfQATActionData
NameDescriptionTypeAdditional information
Message

string

None.

Status

boolean

None.

Body

Collection of QATActionData

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "Body": [
    {
      "RuleDetailSidMappingId": 1,
      "RuleDetailId": 2,
      "RuleId": 3,
      "ThresholdType": 1,
      "RuleType": 1,
      "ReportType": 1,
      "UpperThrehold": 4.0,
      "LowerThreshold": 5.0,
      "AbsoluteThreshold": 6.0,
      "Sid": 7
    },
    {
      "RuleDetailSidMappingId": 1,
      "RuleDetailId": 2,
      "RuleId": 3,
      "ThresholdType": 1,
      "RuleType": 1,
      "ReportType": 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,"ThresholdType":1,"RuleType":1,"ReportType":1,"UpperThrehold":4.0,"LowerThreshold":5.0,"AbsoluteThreshold":6.0,"Sid":7},{"RuleDetailSidMappingId":1,"RuleDetailId":2,"RuleId":3,"ThresholdType":1,"RuleType":1,"ReportType":1,"UpperThrehold":4.0,"LowerThreshold":5.0,"AbsoluteThreshold":6.0,"Sid":7}]}

application/xml, text/xml

Sample:
<ResponseOfArrayOfQATActionDataA36TW3uD 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:QATActionData>
      <d2p1:AbsoluteThreshold>6</d2p1:AbsoluteThreshold>
      <d2p1:LowerThreshold>5</d2p1:LowerThreshold>
      <d2p1:ReportType>OnDemand</d2p1:ReportType>
      <d2p1:RuleDetailId>2</d2p1:RuleDetailId>
      <d2p1:RuleDetailSidMappingId>1</d2p1:RuleDetailSidMappingId>
      <d2p1:RuleId>3</d2p1:RuleId>
      <d2p1:RuleType>OverallSufficiencyPrelim</d2p1:RuleType>
      <d2p1:Sid>7</d2p1:Sid>
      <d2p1:ThresholdType>Prelim</d2p1:ThresholdType>
      <d2p1:UpperThrehold>4</d2p1:UpperThrehold>
    </d2p1:QATActionData>
    <d2p1:QATActionData>
      <d2p1:AbsoluteThreshold>6</d2p1:AbsoluteThreshold>
      <d2p1:LowerThreshold>5</d2p1:LowerThreshold>
      <d2p1:ReportType>OnDemand</d2p1:ReportType>
      <d2p1:RuleDetailId>2</d2p1:RuleDetailId>
      <d2p1:RuleDetailSidMappingId>1</d2p1:RuleDetailSidMappingId>
      <d2p1:RuleId>3</d2p1:RuleId>
      <d2p1:RuleType>OverallSufficiencyPrelim</d2p1:RuleType>
      <d2p1:Sid>7</d2p1:Sid>
      <d2p1:ThresholdType>Prelim</d2p1:ThresholdType>
      <d2p1:UpperThrehold>4</d2p1:UpperThrehold>
    </d2p1:QATActionData>
  </Body>
  <Message>sample string 1</Message>
  <Status>true</Status>
</ResponseOfArrayOfQATActionDataA36TW3uD>