get_wiki_page
Retrieve a specific wiki page from an OpenProject project using its unique ID. Access the content of any wiki page by providing the page ID.
Instructions
Get a single wiki page by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiki_page_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| title | Yes | ||
| content | Yes | ||
| project | Yes | ||
| project_id | Yes | ||
| attachments_url | Yes |