HumanTasks by user

Folks,

I need to use the API “/ API / bpm / humanTask? C = 1000 & d = rootContainerId & d = caseId & d = assigned_id & o = displayName + DESC & p = 0” to return the instances opened by a specific user, filter parameters, but, unsuccessfully “f = assigned_id = 12345”.

Someone needed this filter and solved it?

Thank you;

No ! In fact I need the “humanTask” who opened it.

You need to show all the tasks assigned to a given user, this?

…/API/bpm/humanTask?p=0&c=100&f=user_id={{session.user_id}}