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
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...