hedgedoc_get_revision
Fetch the full content and authorship data of a specific HedgeDoc note revision using the note ID and revision ID, enabling historical comparison and review.
Instructions
Get the full content and authorship of a specific revision.
note_id: The note ID or alias (the slug from the URL)
revision_id: The revision ID (Unix timestamp from hedgedoc_list_revisions) Returns JSON with the note content and authorship data at that revision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| revision_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |