I have an ION workflow task with custom actions Like Approve and reject, I have a requirement to expose details of a task to 3rd party for reporting purposes. For that, I'm planning to use the ION endpoint.
https://mingle-ionapi.inforcloudsuite.com/XXXXXX/IONSERVICES/process/user/v1/task/{taskID}
Upon the completion of this task, this API does not return the actual action value. Instead, this returns only whether the task is Status that is “NEW” or “DONE”.
There was a one-mingle API to get these details, but with the Infor OS portal, these APIs are no longer available.
"taskId": 4198,
"message": "Please review PO 2000005266 and approve",
"escalationLevel": 0,
"status": "DONE",
"priority": "MEDIUM",
"assignedPersonId": "USSER",
"workflowStepId": 24172,
"workflowId": 1727,
"dueDate": "2023-10-20T13:24:33.84Z",
"escalated": false,
"notes": [],
Is there any way to get the actual task value? I want to get Text as Approve or Reject.