Skip to main content

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).

Affected Endpoints

  • POST /api/batch (BatchMetadataDto)
  • PUT /api/batch/id/matches (MatchDto)
  • GET /api/v3/batch/{batchId}/entity/\{entityId\}/match (MatchDto)