Data Protection – Added
Added new endpoints for Legal Hold management.
Legal hold allows placing an entity under a legal hold, which prevents data deletion processes from proceeding.
Added new endpoints for Legal Hold management.
Legal hold allows placing an entity under a legal hold, which prevents data deletion processes from proceeding.
Added conditional retention tracking fields to DataDeletionProcessDto response.
Data deletion process queries now return additional information about which data protection regime and conditional retention rules were applied, including the regime ID, conditional retention description, and the conditions that were evaluated during offboarding.
Updated validation for ConditionalRetentionPeriods in DataProtectionRegime.
Enhanced validation rules for conditional retention periods when creating or updating data protection regimes.
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.
Added ConditionalRetentionPeriods support to Regime create and update endpoints.
Data protection regimes can now be configured with conditional retention periods in addition to the standard data retention period.
Added new endpoints for Automatic Re-Onboarding.
GET /dataprotectionquery/api/configuration/automatic-reonboarding/status
GET /dataprotectionquery/api/datadeletionprocess/{entityId}/journey/{journeyId}
PUT /dataprotectioncommand/api/configuration/automatic-reonboarding/{id}
POST /dataprotectioncommand/api/datadeletionprocess/pause
"data": {
"entityId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"journeyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"jurisdiction": "Argentina"
}
/dataprotectioncommand/api/datadeletionprocess/unpause
"data": {
"entityId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"journeyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"jurisdiction": "Argentina"
}
New endpoint to retrieve Data Deletion Processes with pagination.
Returns data deletion processes sorted by tenant with pagination support.