12.1.2 Response JSON Parameters

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

Table 12-3 POST JSON Response

Name Type Description
processInstanceID STRING Process Instance ID of the given PMF processes that are in running status.

Response JSON Sample


  {
    "processExecutionDetails": {
        "1676379514000": [
            [
                "1676379514000_4a18d34c-e4dc-4e33-9f23-75c5ee393b37"
            ]
        ],
        "1674559835207": [
            [
                "1674559835207_a5313228-37ac-49b1-a7e2-5b5b8fb6fc35",
                "1674559835207_eec54012-543f-4570-89a1-1c2681ec9bd5"
            ]
        ]
    }
}