Overview
public. Retrieve <div> tags of the full navigation tree for the given page.
Uri Parameters
| Name | Type | Description |
| pageid | string | either an integer page ID, "home", or "=" followed by a double uri-encoded page title |
Query Parameters
| Name | Type | Description |
| format | {debug, xml, html}? | Output format (default: html). |
| redirects | int? | If zero, do not follow page redirects. |
| width | int? | Max width for visible text |
Return Codes
| Name | Value | Description |
| BadRequest | 400 | Invalid input parameter or request body |
| Forbidden | 403 | Browse access to the page is required |
| NotFound | 404 | Requested page could not be found |
| Ok | 200 | The request completed successfully |
Implementation Notes
This feature is used by the Deki Wiki User Interface to display the
navigation panel. It is not intended for external consumption.