
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
- Google consent screen is not showing aft...
Hey Appwrite team! 👋 I'm working on a Next.js app with Google OAuth integration using Appwrite, and I've run into a common UX scenario that could be improved. ...
- SSR FOR REACT VITE not next.js.
Good day all. Please I'd like to know if appwrite allows SSR for react app not vite. I checked the docs but I don't know I didn't see anything that specifies if...
- Subscription problem
I want to subscribe 25$ pro plan , but its showing : "Provided payment method is no longer available."
