Get a historic Redmine project wiki page revision
get_project_wiki_page_versionRetrieve a specific historic revision of a Redmine project wiki page by providing the project ID, page title, and version number.
Instructions
Read one historic project wiki page revision from GET /projects/:project_id/wiki/:title/:version.json for the configured Redmine API user. The required project_id is a positive numeric project ID or valid Redmine project identifier, title must be a safe nonempty wiki page title, and version must be a positive safe integer. The only documented include is attachments. Results use the historic revision fields and a safe browser link that includes the revision number. Redmine authorizes the ordinary view_wiki_pages permission and separately requires view_wiki_edits for versioned reads; it may return HTTP 401, 403, or 404. This tool never reads the history listing or changes Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Nonempty Redmine wiki page title | |
| include | No | Wiki page associations to include: attachments | |
| version | Yes | Positive safe-integer wiki page version | |
| project_id | Yes | Positive numeric project ID or valid Redmine project identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| text | Yes | ||
| title | Yes | ||
| author | No | ||
| parent | No | ||
| project | No | ||
| version | Yes | ||
| comments | Yes | ||
| createdOn | No | ||
| updatedOn | No | ||
| attachments | No |