Expense approval via REST API /bpm/api/4.0/tasks/
I am trying to run the following REST API to get a task list.
/bpm/api/4.0/tasks/
I have assigned myself many different rules from Employee, Integration Specialist, Application Implementation Consultant, etc and when I run this REST API to see the tasks for my user ID (I know there is one task in my queue via Expense Workflow) I am receiving the below error:
Any ideas why I am receiving this error or how I can get around to get this REST API to work? Ultimately we will change the method to be 'PUT' and provide the task number to approve or reject tasks automated, but I need to understand what roles or methods allow me the access to do this REST.