#deepak-kumarwizniche_code

1 messages ¡ Page 1 of 1 (latest)

autumn swiftBOT
quick hemlockBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

autumn swiftBOT
#

👋 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/1236028167127437322

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

faint wing
turbid lotus
#

Can you give an example of how created array should look like?

#

I am confused about gte lte

#

created.gt
integer
Minimum value to filter by (exclusive)

created.gte
integer
Minimum value to filter by (inclusive)

created.lt
integer
Maximum value to filter by (exclusive)

created.lte
integer
Maximum value to filter by (inclusive)

faint wing
#

Exclusive means it doesn't include the date you pass (ie either greater or less than that date). Inclusive means it includes that date (ie greater than or equal to or less than or equal too)

turbid lotus
#

what format date does it require?

faint wing
#

Our api only accepts unix timestamps