
How can I query with REST on list document?
I see on https://appwrite.io/docs/queries, but still not get the point how to query. Please help me
TL;DR
The user is asking for help on how to query using the REST API. They mention that they have tried using the REST API documentation but are still unsure of how to perform a query. The thread ends with someone providing a solution and thanking them for their help.
Solution: The person suggesting that the user read the documentation at <https://appwrite.io/docs/rest#query> to learn how to query using the REST API.
This result without query params

Did you read this? https://appwrite.io/docs/rest#query

Oh no, there's what I need. Thank's @Steven

Solved

[SOLVED] How to query using REST API?
Recommended threads
- Attribute already exists in schema
I created an attribute, deleted it and now I can't create it again. It says "Failed" and "Attribute already exists in schema". ```json { "27": { "ke...
- I keep getting this error and idk why i ...
- Database error
My code: await databases.createDocument( process.env.APPWRITE_DATABASE, process.env.APPWRITE_COLLECTION_USER, data.userId, ...
