Get Extended Property Details
GET/api/extendedproperties/getextendedproperty/:id
Tier: Public — stable, supported for third-party integration.
Returns the full detail of a single extended-property definition by its identifier.
The declared return type is ExtendedProperties.ExtendedPropertySummaryDto but the instance
returned is actually an ExtendedProperties.ExtendedPropertyDetailDto (identical wire shape).
Request
Responses
- 200
- 400
- 401
Returns the extended property. See ExtendedProperties.ExtendedPropertySummaryDto.
The extended property does not exist or does not belong to the caller's organisation (NotFound, "the resource does not exist").
Caller is not authenticated.