Skip to main content

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 HasConditionalRetentionPeriods flag in DataProtectionRegimeOverviewDto to indicate if conditional retention periods are configured.
  • GET /dataprotectionquery/api/regime/{id}

    • Response now includes ConditionalRetentionPeriods field in DataProtectionRegimeDto with the full list of conditional retention periods and their associated logic engine conditions.