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
- context deadline exceeded
Hi, in one of my projects i continuously receive context deadline exceeded when trying to reach users API from my local machine: https://fra.cloud.appwrite.io/v...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...