Export Filtered List
GET/api/persons/exportfilteredpersons
Tier: Public — stable, supported for third-party integration.
Exports the filtered person list as a CSV file.
Request
Responses
- 200
- 400
- 401
- 403
A CSV file (application/octet-stream, attachment name Export.csv) of the
full Persons.PersonSummaryDto column set, including audit fields, with times
rendered in the caller's time zone.
The OData query options failed validation (bare 400, no body).
Caller is not authenticated.
Caller does not have Read permission on the Person module.