Skip to main content

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}

Screening – Added

New "AutonomyLevel" property added to BatchMetadataDto. Depending on the value, the matches will be auto-resolved using an AI Agent when they come back from the provider, and auto-close the Screening Results task. Possible values: Manual (default), Semi-Autonomous, Fully Autonomous

New "LastActionedBy" property added to MatchDto. This new proporty will be used to identify who actioned the resolution of the match, i.e Screning Agent, Screening Provider or manually by user (manuallyByUser@test.com).

TM Transaction Batch Upload – Validation added

Get trx batch validation results endpoint added to check results of batch validation step.

  • GET /api/transactions/batch/validation-result/{{batch-id}}

Added reject_on_invalid parameter to the generate-upload-url endpoint to allow rejecting entire batch if any transaction is invalid.

  • POST /api/transactions/batch/generate-upload-url

Entity-Data – Changed

Removed HalleyEnableDraftsAndEntitiesV2Endpoints feature flag.

Affected Endpoints

  • POST /entitydataquery/api/v2/entity/get-entities-list
  • POST /entitydataquery/api/v2/entity/search-entity-drafts

Risk – Added

Added new Thresholds property to Risk Factor Groups in the risk model.

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}

Entity-Data – Changed

Updated response to include basic AccessLayers data for InaccessibleEntities for verified and draft entities.

Affected Endpoints

  • POST /entitydataquery/api/v2/entity/get-entities-list
  • POST /entitydataquery/api/v2/entity/search-entity-drafts

Risk – Added

Added new endpoint to query risk assessments for related parties by task id and entity ids.

Affected Endpoints

  • POST /riskquery/api/risk-assessment/related-parties/{taskId:guid}