Using REST on RTC, how do you query for a null or empty or unassigned field? What is the syntax?
![]()
Trying to create a REST query for RTC and return all workItems where the "foundIn" field is null / empty / unassigned.
What is the syntax of the REST URL for querying on a field that was never set by the user? With other REST tools, it's "is Null" or "is Empty" |