25.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 25-3 POST JSON Response
| Name | Type | Description |
|---|---|---|
process_instance_id | STRING | The unique value that identifies the process instance. |
activity_id | STRING | The unique ID of the activity. |
event_error_code | STRING | Error code for the event. |
event_message | STRING | Message for the event. |
event_error_description | STRING | Error description. |
time_stamp | STRING | The execution time of the event. |
event_name | STRING | The unique name of the event. |
value | STRING | The value provided to the event. |
Response JSON Sample
{ "activityEventList": [ { "process_instance_id": "1658311255081_fa6a579a-d2f2-4455-8be3-f8b35022ba7f", "activity_events": { "activity_id": "JOB122321434234", "event_error_code": "INVALID_DQ_GRP", "event_message": "message", "event_error_description":"This dq group is invalid", "event_parameters": [ { "timestamp": "12-07-2023 12:00:01 PM", "event_name": "Rules Completed", "value": "1/2" }, { "timestamp": "12-07-2023 12:05:01 PM", "event_name": "Rules Running", "value": "2" } ] } }