API call to Filter by File Size on Attachment Fields Supported?

I’ve been unable to get a Filter by File Size in an API call to work for Attachments and wondered if anyone else knows how to to this or what I’m doing wrong…

I’ve tried using the standard Filter API call which I used for other data types successfully but I’m not sure if it’s the operator that is failing

Field_1628 is my attachment field

For the operator I’ve tried:

size%20is%20greater%20than
and
size is greater than
with spaces

but oddly both (even though one is definitely incorrect) return all records rather than none!

https://api.tadabase.io/api/v1/data-tables/{MYTABLEID}/records?filters[items][0][field_id]=field_1628&filters[items][0][operator]=size%20is%20greater%20than&filters[items][0][val]=0

I’ve referred to the API Tadabase API documentation but there isn’t an example of such a specific filter.

any pointers most appreciated… :wink: