20.1.1 Response JSON Parameters

This section provides the list of parameters in the JSON Response.

Table 20-1 POST JSON Response

Name Type Description
runskey STRING

The RUNSKEY of the Process Instance.

misDate STRING The MISDATE of the Process Instance.
groupName STRING DQs that breached the threshold limit.

Response JSON Sample

{
"runSkey":"10",
"misDate":"20231124",
"thresholdBreachedDQGroups":[

{ "groupName":"STG_ACCOUNT_STATUS_MASTER",  "dataSource":["ABC","XYZ"] }
,

{ "groupName": "STG_TRANSACTION_MASTER",  "dataSource": ["SRC1"] }
,

{ "groupName": "OptionCtrGrp500",  "dataSource": [] }
]        
}