13.1.2 Response JSON Parameters

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

Table 13-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

Response JSON Sample


  {"processExecutionDetails":[{"process_owner":"dummyuser","execution_start_time
":"2023-02-03
05:28:51","mis_date":"20230203","runskey":"8","process_instance_id":"PR_167540
2120841_7676d87f-4149-49a6-8d1d-e6749c92e7e3","execution_end_time":"2023-02-03
 
05:33:56","status":"FAILED"},{"process_owner":"SYSADMN","execution_start_time"
:"2023-02-01
05:24:19","mis_date":"20230201","runskey":"1","process_instance_id":"186361007
5777_bc5a34f8-449a-4de2-beb8-6f53cc18b7d1","execution_end_time":"2023-02-01
05:33:55","status":"FAILED"},{"process_owner":"dummyuser","execution_start_tim
e":"2023-02-06
12:51:09","mis_date":"20230206","runskey":"10","process_instance_id":"16756875
37927_b02e5936-ba1c-4deb-9ceb-458aace3ccfc","execution_end_time":"2023-02-06
12:58:43","status":"COMPLETED"}]}