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
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this