I am trying to search for all complete (tasks that apprer in the Done category from the bonita portal) using the REST API.
I have tried this but it is not working:
http://localhost:8084/bonita/API/bpm/userTask?p=0&f=user_id%3D203
http://localhost:8084/bonita/API/bpm/humanTask?p=0&f=state%3Dcomplete&f=user_id%3D203
http://localhost:8084/bonita/API/bpm/humanTask?p=0&f=state%3Dcompleted&f=user_id%3D203
but no success.