get_wiki_page
Retrieve the content of a specific wiki page in a Redmine project by providing project identifier and page title. Optionally specify a version number to read older revisions.
Instructions
Read the content of a specific wiki page.
Args: project_identifier: project identifier. title: page title (e.g. 'Home'). Case-sensitive, as in Redmine. version: version number to read (0 = most recent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| version | No | ||
| project_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |