
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
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
