When to use this endpoint
UseGET /external/personnel/events when you already have a personnel_id and want to understand which events are associated with that person.
If your starting point is a LinkedIn URL rather than a Lensmor personnel ID, use Personnel events by LinkedIn.
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. |
Request example
Response example
Response fields
| Field | Description |
|---|---|
items | Events associated with the selected person. |
id, eventId | Event identifiers returned with each event. |
name, nickname, description, url | Event display and source fields. |
dateStart, dateEnd | Event date range. |
venue, city, region, country | Location metadata. |
exhibitorCount | Known exhibitor count when available. |
image, dataSource | Media and source metadata. |
total, page, pageSize, totalPages, hasMore | Pagination metadata. |
Error responses
400 Bad Request401 Unauthorized404 Not Found429 Too Many Requests
Notes
- Event items reuse the standard event-item response shape.
- Pagination behavior follows the shared Pagination conventions.