#geoffroy_api

1 messages ยท Page 1 of 1 (latest)

naive willowBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1227218381703479367

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

blazing ospreyBOT
steep berry
#

๐Ÿ‘‹ happy to help

#

how are you testing this?

#

the problem is that you're sending the query param created as a string instead of a nested object

eternal river
#

I'm testing though my Xano back end

steep berry
#

using curl?

eternal river
#

yes

steep berry
#

this is the query params you're sending now
limit=100&status=paid&created=%7B%22gte%22%3A10%2C%22lte%22%3A1712661726%7D

#

instead it should look like this limit=100&status=paid&created%5Blte%5D=1712661726&created%5Bgte%5D=10

#

basically using created[lte] and created[gte]