events/page-hierarchy/{pageid}/{detailid} (GET)
Overview
Get site history summary
- 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 |
| detailid | string | The id of site summary event to expand |
Query Parameters
| Name | Type | Description |
| include | string? | Comma separated list of entity details to include. Can include 'page', 'user', 'group', 'file', and 'request' |
Return Codes
| Name | Value | Description |
| OK | 200 | The request completed successfully |
| Bad Request | 400 | Invalid input parameter |
| Forbidden | 403 | A seated user with SUBSCRIBE permissions is required |
| Not Found | 404 | The provided pageid does not match an existent page |

