site/nav/{pageid}/children (GET)
Overview
Retrieve
 tags for the sub-pages of 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 | 
| exclude | int? | Page to exclude from result set. | 
| type | {compact, expandable}? | Navigation type (default: compact). | 
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 | 

