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
- RealtimeResponseEvent Typescript Bug
Hello, could you please fix RealtimeResposneEvent, the one in realtime.ts have timestamp: string, but the one in client.ts have timestamp: number, and it causes...
- Appwrite Team we love using your service...
Custom domain many people are complaining and asking for answers from you guys it wouldn't take you a day to fix it why naa 🤔
- Bug Report CLI
So I wanted to generate types for the project using "appwrite types types". Expected outcome- generate ts type with the types. Got outcome- appwrite types...