I want to be able to view the details of a Task—such as Parameters and Notes—using the API.
The endpoint /IONSERVICES/process/user/v1/task/{id}
works well, but it requires that I be either in the Distribution List or the Assignee, which I’m not.
I receive the following error:
Code:NOT_PART_OF_DISTRIBUTION, CorrelationId:b72b226c-0501-4b00-b872-636ba3a40737
We’re building an external monitoring tool to observe workflow progress and would like to access notes written by the approvers in the Task Chain.
Is there an IFS role that can override this permission requirement? Or is there another API we can use for this purpose?
Thanks!