events/user-page/{userid}/{detailid} (GET)
Overview
Get user history detail
- REST Method: GET
- Method Access: public
Uri Parameters
Name | Type | Description |
detailid | string | The id of the user history summary entry |
userid | string | either an integer user ID, "current", or "=" followed by a double uri-encoded user name |
Query Parameters
Name | Type | Description |
include | string? | Comma separated list of entity details to include. Can include 'page', 'user', '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 |