Will Lutz
Will Lutz
Explore posts from servers
XXata
Created by Will Lutz on 10/14/2024 in #help
REST API - Unknown Column Type
I'm looking to wire Xata to a low-code frontend (Divhunt). I'm testing using the Rest API to get a list of entries from my table. The filtering function isn't working how I think it should. I use Prisma to manage the backend of my database. The column I'm filtering on is an Enum in Prisma.
"filter": {
"status": "APPROVED"
},
"filter": {
"status": "APPROVED"
},
But I keep getting this error: "message": "filter invalid: column [status]: unknown column type" What am I missing? How do I filter for this column value?
4 replies