
Hello, I have my headers set properly, but when I add a query to the url, it gives me a syntax failure.
This example works: https://cloud.appwrite.io/v1/databases/[DATABASE_ID]/collections/[COLLECTION_ID]/documents This example doesn't: https://cloud.appwrite.io/v1/databases/[DATABASE_ID]/collections/[COLLECTION_ID]/documents?queries[]=orderDesc("$createdAt")
I'm new to working with backend services, so simplified explanations would be greatly appreciated.

That’s now how queries work in rest calls. check out the docs and lmk if you have any issues
Recommended threads
- How to reduce DB Reads?
I just noticed that I hit the 500k db reads limit on my very small next js app with the most data being present in one collection having around 50 documents. ...
- Getting issue while migrating from Self ...
i try to migrating my project but when do this error come and dont allow to crate that migration
- Pending upload some file, but not for ot...
When upload this file, always got pending. But when I upload another file, it works. Why?
