Iam using postman to query documents and i have successfully queried the documents but its only displaying the first 25 documents , i tried to change this by setting limit in parameters option but its not working. I tried the get request in the following way: http://<domain>/v1/databases/<database id>/collections/<collection id>/documents?limit=100 Am i missing something?
Recommended threads
- Bug Report: type generation for enum of ...
### π Reproduction steps in the enum element value, instead of English, use another language (Khmer), in my case Khmer text. ``` export enum ProvinceType { ...
- Want to integrate my university server t...
Hello <@870607367597850624> i want to use the appwrite backend services for my university website,I want to know that is it possilbe that i could use the backen...
- Emails not coming
I'm building a simple web app that registers users with an email and password. The user is created successfully in my (auth) page, but the verification email is...