
Any example of using queries in the context of REST API?
Here's an example: https://appwrite.server/v1/databases/DB_ID/collections/COL_ID/documents?queries=["equal(customerId, CUSTOMER_ID)"]
Whatever format I tried, I keep getting response:
{
"message": "Invalid queries: Value must a valid array and Value must be a valid string and no longer than 4096 chars",
"code": 400,
"type": "general_argument_invalid",
"version": "1.2.1"
}

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

Thanks

[SOLVED] Using queries in REST API
Recommended threads
- 1.7.2 Node-appwrite createDocuments from...
Am I correct in my testing that functions with document creation event, wont trigger on calling createDocuments from within a function.
- Access to encrypted string attributes fr...
Can I use the getRow functionality if that row contains encrypted string attributes? Or is this completely impossible to get the value on the client side? From ...
- Opt-in relationships
Load relationships of relationships not work When I try to get translation.word_from.* it failed. But as you can see translation it is relation and word_from a...
