
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
- ECONNREFUSED On Self Hosted VPS
Hello everyone, I'm learning appwrite function on self hosted And i have some errors My github is connected, function is working, but I can't get Database fro...
- How to use opt- in loading to get relate...
I am trying to do GET /v1/tablesdb/{databaseId}/tables/{tableId}/rows I read the documentation on how queries work with rest apis but can’t figure out how to...
- Getting `net::ERR_CERT_AUTHORITY_INVALID...
I've set up Appwrite via Coolify on my VPS, but all the Functions and Sites I deploy give a `net::ERR_CERT_AUTHORITY_INVALID` error. I am happy to provide whate...
