Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/databases.ts>Databases#getDocument

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

Get Document

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

Type Parameters

Document extends Models.Document

Parameters

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