Export Filtered List
GET/api/extendedproperties/exportfilteredextendedproperties
Tier: Public — stable, supported for third-party integration.
Exports the same filtered extended-property list as ExtendedPropertyController.GetExtendedProperties(...) as a
CSV file download.
Request
Responses
- 200
- 400
- 401
- 403
A CSV file attachment (Content-Type: application/octet-stream, filename Export.csv)
of the filtered ExtendedProperties.ExtendedPropertySummaryDto records, with dates/times localised to
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 ExtendedProperty module.