Data Protection – Updated
Added conditional retention periods support to Data Protection Regime query endpoints.
The overview endpoint now returns a boolean flag indicating whether a regime has conditional retention periods configured. The detailed endpoint returns the full list of conditional retention periods with their logic engine conditions.
Data Protection Query API
-
GET
/dataprotectionquery/api/regime- Response now includes
HasConditionalRetentionPeriodsflag inDataProtectionRegimeOverviewDtoto indicate if conditional retention periods are configured.
- Response now includes
-
GET
/dataprotectionquery/api/regime/{id}- Response now includes
ConditionalRetentionPeriodsfield inDataProtectionRegimeDtowith the full list of conditional retention periods and their associated logic engine conditions.
- Response now includes