Personnel related events
List events related to a single person. Use this endpoint when you want the event associations for one personnel profile in a paginated event-item response.Endpoint
GET /external/personnel/events
Authentication
See AuthenticationSuccess status code
200 OK
Query parameters
| Name | Required | Type | Notes |
|---|---|---|---|
personnel_id | Yes | string | Numeric-string personnel identifier. |
page | No | integer | Defaults to 1. |
pageSize | No | integer | Defaults to 20; maximum 100. |
Response example
Error responses
400 Bad Request401 Unauthorized404 Not Found
Notes
- Event items reuse the shared public event-item shape.
- Pagination behavior follows the shared Pagination conventions.
- If the personnel row exists but has no exhibitor associations, the API returns an empty paginated success response rather than
404 Not Found.