SupabaseS
Supabase2y ago
Vic

REST URL Filter: Column contains value

Hey everyone, I'm using the REST API calls and I have a table called org_user_lob which has a column called lob_list which is an array of integers.

I'm trying to structure the REST url properly to filter only the rows which the array column lob_list contains for example the number 5.

This is how I have it right now but is not working:
rest/v1/org_user_lob?lob_list=contains.%5B5%5D
Was this page helpful?