site/nav/{pageid}/full (GET)
Overview
Retrieve
tags of the full navigation tree for the given page.
- REST Method: GET
- Method Access: public
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 |
| authenticate | bool? | Force authentication for request (default: false) |
| redirects | int? | If zero, do not follow page redirects. |
| format | {debug, xml, html}? | Output format (default: html). |
| width | int? | Max width for visible text |
Return Codes
| Name | Value | Description |
| OK | 200 | The request completed successfully |
| Bad Request | 400 | Invalid input parameter or request body |
| Forbidden | 403 | Browse access to the page is required |
| Not Found | 404 | Requested page could not be found |

