13.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 13-4 POST JSON Response
Name | Type | Description |
---|---|---|
objectID | STRING | Object Id of the Process being resumed |
message | STRING |
It indicates the process message description For example: Process is already running |
status | STRING |
Status of the process execution · Success: True · Failed: False |
Table 13-5 Possible Status Codes
Status Code | Description |
---|---|
202 | Success. Process is resume |
404 | Data not available |
400 | Process is already completed, so the process cannot be resumed |
400 bad request | Object ID is not passed |
500 | Error while fetching data |
500 | Resume is not allowed for running process |
500 | Failed to resume the process. Please retry |
Response JSON Sample
{
"message": "Process is Resume",
"status": true
}