events/page/{pageid} (GET)
Overview
Get page history summary
- REST Method: GET
- Method Access: public
Uri Parameters
| Name | Type | Description | 
| pageid | int | The page's id of the page that we want to use as the root of the import | 
Query Parameters
| Name | Type | Description | 
| upto | string? | 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' | 
| limit | int? | The maximum number results that we want to retrieve (default: 25, max: 1000) | 
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 | 

