34.1.1 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 34-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. |
Note:
If a threshold breach has occurred and the DQ run execution has passed, then the API will fetch the output and if the DQ run execution has failed, then the API will not fetch the desired output.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": [] }
]
}