In the database viewer of the console I don't see how I can find a document by id. I can only filter on the custom attributes. Am I missing something? See available filter options in the image.
Appwrite Console might not have a direct option to search for a document by its ID
But you can programmatically retrieve a document by ID using the Appwrite API.
You can go through Appwrite API: https://appwrite.io/docs/apis/rest
Recommended threads
- Hi Folks, Database Writing Issue
Hey Folks im trying to get logging setup on my website but im getting an error, i dont have any document id and i think this is the issue but i havent got the f...
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- 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...