Get Person Event Records
GET/api/persons/GetPersonEventRecords/:id
Tier: Public — stable, supported for third-party integration.
Returns a server-side filtered, sorted, and paged list of event records for a person.
Request
Responses
- 200
- 400
- 401
- 403
A PageResult of EntityEventRecords.EventRecordSummaryDto.
The OData query options failed validation (bare 400, no body).
Caller is not authenticated.
Caller does not have Read permission on the Person module.