Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Databases#getDocument

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Databases.prototype.getDocument
Re-export
import { Databases } from "https://deno.land/x/appwrite@9.0.0/mod.ts";

Get Document

Get a document by its unique ID. This endpoint response returns a JSON object with the document data.

Parameters

databaseId: string
collectionId: string
documentId: string
optional
queries: string[]