Using `queries` in REST request results in `Invalid query: Syntax error`
- 0
- Self Hosted
- REST API
Self hosted on version 1.5.4
Using Postman I am attempting to query a very simple collection that only has 1 field name
, when I do not include the queries
param I see the 4 entries in the collection, when I add a simple queries param such as queries[]=limit(1)
or queries[]=select("name")
. This collection does not have any relations.
URL that works: http://localhost/v1/databases/660f6fad002495466911/collections/organizations/documents
URL that fails: http://localhost/v1/databases/660f6fad002495466911/collections/organizations/documents?queries[]=limit(1)
I have seen examples from other people who have posted their REST requests and it looks like this should work so I feel like I'm missing something very basic.
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...