Hi everyone!
Has there been a change in the syntax to the HTTP REST API? I used Postman with the following endpoint just last March - April, and everything was working as expected (I would get the first 10 documents)
https://cloud.appwrite.io/v1/databases/{{databaseId}}/collections/{{collectionId}}/documents?queries[]=limit(10)
However, running this today, I get this error instead:
{"message":"Invalid query: Syntax error","code":400,"type":"general_query_invalid","version":"1.5.8"}
and removing the queries parameter gives me the first 25 documents, while reporting the correct total count of documents (as expected when limit is not defined).
And if there were some changes, could you please send me a link to the updated documentation? All documentation links point to the same ones I read last March.
Thank you!
Recommended threads
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...
- In which format should i pass the date?
I have a column with the type `datetime`. So i want to know which format is suitable for passing the date
- Oauth issue
Hi, can anyone help me in the Oauth issue, Its working fine in dev but its showing Invalid redirect during production. I have check the redirect url and all. St...