import { Databases } from "https://deno.land/x/appwrite@8.0.1/mod.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
import { Databases } from "https://deno.land/x/appwrite@8.0.1/mod.ts";
Get Document
Get a document by its unique ID. This endpoint response returns a JSON object with the document data.