Docs
Get Document
GET /documents/{documentId}
GET
/documents/{documentId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder. |
Returns a single dynamic document including its TipTap JSON content.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| documentId | Guid | Optional | The ID of the document to retrieve. |
Response
| Field | Type | Description |
|---|---|---|
| id | Guid | Document ID. |
| name | string | Document name. |
| description | string | Optional description. |
| content | string | TipTap JSON document content. |