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
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
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- Query.search limitation
Since `string` is deprecated I used `varchar`, and now I cant use `Query.contains` , so I setup fulltext index and started using `Query.search` the issue is `Qu...