Data Protection – Updated
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 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"
}
Includes pre-signed URLs in the response for batch transaction error file.
Fetch batch transaction information either by batch IDs or by date range.
Added property ForbiddenEntityDrafts to SearchEntityDrafts response.
/entitydataquery/api/v2/entity/search-entity-draftsAdded support for unknown entity type in transaction.
Added DriversLicense, SocialSecurityNumber (SSN), and EmployerIdentificationNumber (EIN) to SearchCriteria in batch and to SecondaryIdentifiers in configuration. Right now it's only supported for LexisNexis and any custom providers that want to implement it.
Updated Risk Assessment models to contain ThresholdColor.
/riskquery/api/risk-assessment/riskquery/api/risk-assessment/{taskId}/riskquery/api/risk-assessment/taskResults/riskquery/api/risk-assessment/related-parties/{taskId:guid}/riskquery/api/risk-assessment/related-parties/{taskId:guid}/entity/{entityId:guid}Added new property Thresholds to RiskFactorGroupRiskAssessmentViewModelDto.
/riskquery/api/risk-model/riskquery/api/risk-model/{id}/riskquery/api/risk-model/{id}/version/{versionNumber}/riskcommand/api/risk-model/riskcommand/api/risk-model/{id}/riskcommand/api/risk-model/{id}Added requirement for If-None-Match header in endpoint request,
to ensure rejecting conflicting uploads under the same url.
/api/transactions/batch/generate-upload-url