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
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...