events/page-hierarchy/{pageid} (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 |
Query Parameters
Name | Type | Description |
limit | int? | The maximum number results that we want to retrieve (default: 25, max: 1000) |
include | string? | Comma separated list of entity details to include. Can include 'page', 'user', 'group', 'file', and 'request' |
upto | string? | The most recent timestamp to retrieve (format: uuid, default: now) |
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 |