v1

latestOpenAPI 3.0.0BSD-3-Clause2026-07-146135105.7 KB
database

Get Document

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

get/database/collections/{collectionId}/documents/{documentId}

Path parameters

collectionIdstring required

Collection unique ID. You can create a new collection with validation rules using the Database service server integration.

documentIdstring required

Document unique ID.

Response

Document

$collectionstring required

Collection ID.

$idstring required

Document ID.

$permissionsobject required

Document permissions.