I’m trying to add a boolean to an API table record query but I’m not sure of the correct functionType
to use. The API docs don’t specifically address booleans.
Currently I have:
"field":"<fieldname>","arg":"true","functionType":"equal"
What am I missing?