20.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 20-3 POST JSON Response
| Name | Type | Description |
|---|---|---|
process_owner | STRING | Process owner of the PMF execution |
execution_start_time | DATETIME | Start time of the PMF execution |
mis_date | DATE | MISDATE of the PMF execution |
runskey | STRING | RUNSKEY of the PMF execution |
process_instance_id | STRING | Process Instance ID of the PMF Execution |
execution_end_time | DATETIME | End time of the PMF execution |
status | STRING | Status of the PMF Execution |
description | STRING | Description of the PMF Execution |
objectId | STRING | Object ID of the PMF Execution |
Table 20-4 Possible Status Codes
| Status Code | Description |
|---|---|
| 200 | Success. |
| 404 | Data is not available. |
| 500 | Error while fetching data. |
Response JSON Sample
{ "processExecutionDetails": [ { "processOwner": "aaiafcuser", "executionStartTime": "2024-12-10 10:12:00", "misDate": "20241210", "runSKey": "36", "processInstanceId": "1733822357497_94bc2039-9a94-4906-ad97-e2e5df1dd878", "executionEndTime": "2024-12-11 10:12:00", "status": "CANCELLED", "objectId": "1733828153618" }, { "processOwner": "aaiafcuser", "executionStartTime": "2024-12-10 09:12:00", "misDate": "20241210", "runSKey": "37", "processInstanceId": "1733822357497_b3d7186b-9e81-42ed-9b32-6e411597aa88", "executionEndTime": "2024-12-10 09:12:00", "status": "CANCELLED", "objectId": "1733823192143" }, { "processOwner": "aaiafcuser", "executionStartTime": "2024-12-10 09:12:00", "misDate": "20241210", "runSKey": "35", "processInstanceId": "1733822357497_94bf9e79-0cf7-4703-b76c-890fd1febd48", "status": "RUNNING", "objectId": "1733823199934" } ] }