Get task assigned to all users of group

Hi,

I want to get list of User Tasks which are either assigned to any user except particular user U1 or which have candidate group set to expected group.

For this I am trying to use below API, from the result set I want to exclude particular user U1
task?candidateGroup=ABCD&includeAssignedTasks=true

Is it possible to achieve this from REST API?

Hi Akshay,

currently, it is not possible to execute this kind of query. You have to implement it by your one.

Greetings,
Philipp