How to use " assignee " ," assigneeLike " ," assigneeLikeExpression " to find task that are assigned to people?

Hi ,
I am using the post method to find tasks that are assigned to user which include “sale” .
I get an empty response :

But when i write the exact userId :

This link contains all the tasks : (from /task REST-API) …

My user name is “sales”

How should i query to search sub-string “sal” ??

Hi @Arsh_Baghel,
To search for tasks with assignee contains “sal”, the condition should be as follow
assigneeLike : “%sal%”

1 Like

Hi @hassang ,
Its working …
thanx

I used this : http://localhost:8080/loan/service/rest/engine/default/task?assigneeLike=%sal%