events/page/{pageid}/{detailid} (GET)
Overview
Get page history detail
- REST Method: GET
- Method Access: public
Uri Parameters
| Name | Type | Description |
| detailid | string | The detail id for which to retrieve event details |
| 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 |
| 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 |

