Boolean filters in API table queries

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?

Figured it out, the true doesn’t need to be in quotes.

Hey @Richard-SNN -

Yep, good catch, Same deal for a numeric filter, no quotes needed.

Pete