hedgedoc_list_revisions
Retrieve all revisions of a HedgeDoc note with their timestamps and character lengths. Use a revision ID to access and restore specific historical versions.
Instructions
List all available revisions of a HedgeDoc note.
Each revision entry has an id (Unix timestamp) and a length (chars). The revision-id can be used with hedgedoc_get_revision to retrieve the full content of a specific revision.
note_id: The note ID or alias (the slug from the URL) Returns a JSON array of revisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |