Skip to main content

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}

Screening – Updated

Added validations in the Screening Receptor when a batch is created and results are sent back from the provider to check:

  • That all the entities being returned for the batch search results to the receptor belong to the batch.
  • That the match.providerId returned for the batch search results to the receptor exists in the list of the batch providers.

Also, added fields to the Screening Command API in order to support implementation of Alias Screening. For all the endpoints, entityAliases can be sent as null or an empty list if not using Alias Screening.

Risk – Added

Added new endpoint to query risk assessment for a related party by task id and entity id.

Affected Endpoints

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

Portal Tenant – Changed

Affected Endpoints

Added optional properties to role configuration

  • POST /api/portal-roles/createrole - EntityPageConfig - EnableAccessLayers (optional)
  • PUT /api/portal-roles/updateroledetails - EntityPageConfig - EnableAccessLayers (optional)
  • GET /api/portal-roles/portalRole/{id} - EntityPageConfig - EnableAccessLayers (optional)
  • GET /api/portal-roles/portalRoles - EntityPageConfig - EnableAccessLayers (optional)

Added optional properties to user endpoints

  • GET /api/portal-users/getPortalUserDetails - AccessLayersConfig (optional)
  • GET /api/portal-users/getPortalUserDetailsWithoutLinkedEntities - AccessLayersConfig (optional)
  • PUT /api/portal-users/updateUserDetails - AccessLayersConfig (optional)