getWikiPage
getWikiPageFetch the full markup content and current version of a Redmine project wiki page to enable accurate updates.
Instructions
Read the complete markup content and current version of one known project wiki page. Use listWikiPages or searchWikiPages to discover its title; the returned version is required by updateWikiPage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageTitle | Yes | Wiki page title (use 'Wiki' for the start page) | |
| projectId | Yes | Project identifier or numeric ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Page body in Textile or Markdown markup depending on the Redmine instance. Null in index listings. | |
| title | No | Page title (URL-escaped form used as the path). | |
| author | No | Author of the most recent revision. | |
| version | No | Monotonic revision number of the page. Null for a content-less page in index listings. | |
| comments | No | Comment attached to the most recent revision. | |
| createdOn | No | When the page was first created, ISO-8601. | |
| updatedOn | No | When the page was last edited, ISO-8601. | |
| attachments | No | Files attached to the page. Empty in index listings. |