Will Lutz
Will Lutz
Explore posts from servers
XXata
Created by Will Lutz on 10/14/2024 in #help
REST API - Unknown Column Type
https://xxx.us-east-1.xata.sh/db/xxx:main/tables/Job/query Body I'm sending is:
{
"columns": ["title", "status"],
"filter": {
"status": "APPROVED"
},
"sort": {
"postedAt": "desc"
}
}
{
"columns": ["title", "status"],
"filter": {
"status": "APPROVED"
},
"sort": {
"postedAt": "desc"
}
}
4 replies