Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过在我的 get 请求中指定 "assignedToID": null 来获取所有未分配的任务。但它总是返回空数组......有趣的是 - 它不仅仅适用于 null,如果我使用用户 ID,它会正确获取。
不要将值“null”传递给assignedToID,而是使用assignedToID_Mod=isnull。