Skip to main content

Data Protection – Added

Added new endpoints for Automatic Re-Onboarding.

Data Protection Query API

  • GET /dataprotectionquery/api/configuration/automatic-reonboarding/status

    • Returns Automatic Re-Onboarding Configuration Status.
  • GET /dataprotectionquery/api/datadeletionprocess/{entityId}/journey/{journeyId}

    • Returns all data deletion processes for given entity and journey Id.

Data Protection Command API

  • PUT /dataprotectioncommand/api/configuration/automatic-reonboarding/{id}

    • Updates data protection configuration.
  • POST /dataprotectioncommand/api/datadeletionprocess/pause

    • Pauses data deletion process for a specified entity, jurisdiction, and journey.
    • Example Payload
        "data": {
"entityId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"journeyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"jurisdiction": "Argentina"
}
  • POST /dataprotectioncommand/api/datadeletionprocess/unpause
    • Unpauses data deletion process for a specified entity, jurisdiction, and journey.
    • Example Payload
        "data": {
"entityId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"journeyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"jurisdiction": "Argentina"
}

Entity-Data – Changed

Added property ForbiddenEntityDrafts to SearchEntityDrafts response.

Affected Endpoints

  • POST /entitydataquery/api/v2/entity/search-entity-drafts

Screening – Updated

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.

Risk – Updated

Updated Risk Assessment models to contain ThresholdColor.

Affected Endpoints

  • POST /riskquery/api/risk-assessment
  • GET /riskquery/api/risk-assessment/{taskId}
  • POST /riskquery/api/risk-assessment/taskResults
  • POST /riskquery/api/risk-assessment/related-parties/{taskId:guid}
  • GET /riskquery/api/risk-assessment/related-parties/{taskId:guid}/entity/{entityId:guid}

Risk – Added

Added new property Thresholds to RiskFactorGroupRiskAssessmentViewModelDto.

Affected Endpoints

  • GET /riskquery/api/risk-model
  • GET /riskquery/api/risk-model/{id}
  • GET /riskquery/api/risk-model/{id}/version/{versionNumber}
  • POST /riskcommand/api/risk-model
  • POST /riskcommand/api/risk-model/{id}
  • PUT /riskcommand/api/risk-model/{id}

Risk – Updated

Updated ThresholdDto and RiskFactorGroupThresholdDto models to include ThresholdColor property.

Affected Endpoints

  • GET /riskquery/api/threshold-model
  • GET /riskquery/api/threshold-model/{id:guid}
  • GET /riskquery/api/threshold-model/{id:guid}/version/{versionNumber:int}
  • POST /riskcommand/api/threshold-model
  • POST /riskcommand/api/threshold-model/{id:guid}
  • PUT /riskcommand/api/threshold-model/{id:guid}
  • GET /riskquery/api/risk-model
  • GET /riskquery/api/risk-model/{id}
  • GET /riskquery/api/risk-model/{id}/version/{versionNumber}
  • POST /riskcommand/api/risk-model
  • POST /riskcommand/api/risk-model/{id}
  • PUT /riskcommand/api/risk-model/{id}