Documentation shows that Queries are valid here, but doesn't explain which queries are valid.
At first I presumed this to be a bug, but before creating a github issue I tested some possible queries, and found that Query.Select worked (which makes sense in hindsight).
IS it just Query.Select? If not what else would work here? (I can't think of anything else that would make sense...)
For ease of access to the docs: https://appwrite.io/docs/references/1.6.x/server-rest/databases#getDocument
Recommended threads
- Failed creating JWT via REST
The endpoint `v1/account/jwts` aint working as REST documentation says. It only works using Cookies recived from `v1/account/sessions/email`. My test commands s...
- Query.equals - boolean value check
I'd like to check for boolean values, for example like this: ```const { total, documents } = await databases.listDocuments( databaseId, userCol...
- Which type of user is that?
When a user creates a session with an email, for example: email: 2@email.com In account prefs permission will be "$permissions": [ "read(\"user:2\")", "update(\...