Hello all,
I would like to know is there any API available that can use to get the task approval status (the value of approval action parameter)? There are 2 APIs under IONProcessUserService can be use to retrieve workflow or task information, however both did not provide information of approval status, instead it only provide the status of the workflow or task whether it is "Done", "New". With is status value, it does not tell whether the task has been "Approved" or "Rejected".
GET: /v1/workflow/{id}/tasks

The status DONE only indicates the task is completed, however what I was expecting is the approval action value that user selected (approved/rejected). The task viewer widget below able to show the approval status of each approver. Does anyone know which API can be used or how I can to get this approval information.

Thank you!
Best regards,
YS