
Even checking the documentation, I didn't understand how to use queries via REST API.
I'm trying to fetch a document with Id=3: /collections/GRUPO/documents?queries[select(["$id"])]="3"
This gives me the following error: "Query not valid: Query operator invalid: "
What am I doing wrong?

Use it like so
queries[]=select(["$id"])&queries[]=limit(3)

For more info, see the docs: https://appwrite.io/docs/rest#query
Recommended threads
- Appwrite Sites giving Build archive was ...
So I currently have everything running smoothly on Netlify and for hosting but i want to make every thing in one place so when appwrite gave access to sites i j...
- 404 - Attribute not found in schema
Hey team, I deleted an attribute in the previous version of Appwrite and now that I'm trying to make changes to some of the underlying data inside of a particul...
- cors error
my website is working and logged me in and sign also in the local host , but when i deployed it and then used it in the login and signup, it shows failed to fet...
