REST API to get all available task

I need to get all the list of available task for the logged/current user.
The url /bonita/API/bpm/task filtered by assigned_id will just retrieve task directly assigned to the user. What API is being used in the task list of bonita?

What is the REST API used for task list?
(check image) https://ibb.co/7t3Y04b

https://api-documentation.bonitasoft.com/latest/#tag/Task

Hi sir Roy, it can only filter on the assigned_id. How can i get also the task available for specific group or role (not yet taken) just like in the task list?