Getting blank values on custom fields
How do I get a list of projects that are missing a value in a specific custom field (null, or missing).
I have tried the below and get no results.
https://www.wrike.com/api/v4/folders/IExxxxxx/folders?descendants=true&project=true&customField={'id':'IExxxxxxxxxx','value':''}
Hi Ken!
Have you tried to use comparator?
Try to read this https://developers.wrike.com/api/v4/folders-projects/#get-folder-tree
Yep - got it. Thank you! I just hadn't clicked that far down in the documentation :)