It seems its a lack in the REST API BPM Human Task Documentation https://documentation.bonitasoft.com/bonita/7.11/bpm-api#toc3
The search for Human Task don't speak about f=userId={id}
This option can limit output to only allowed Human Task to specified userId.
Hi, thanks for your feedback, we are working on REST API documentation and trying to leverage an OpenAPI documentation format to improve the developer experience.
As the API is based on a generic approach for filtering, all possible cases may not be properly documented. We’ll try to tackle this issue with the new OpenAPI specification.
Thanks again, don’t hesitate submitting a Pull Request on the Documentation Github repository to help us improve the documentation.
Edit: userId
is not a valid filter name for HumanTask REST API, assigned_id
is.
HTH
Romain