Cannot search tasks for assignedToID: null

120 Views Asked by At

I'm trying to fetch all unassigned tasks by specifying "assignedToID": null in my get request. But it always returns empty array...the fun thing is - it doesn't work only with null, if I use an user id it fetches correctly.

1

There are 1 best solutions below

0
Brian R On BEST ANSWER

Instead of passing the value 'null' to assignedToID, use assignedToID_Mod=isnull.