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}
Added new endpoint to query risk assessments for related parties by task id and entity ids.
/riskquery/api/risk-assessment/related-parties/{taskId:guid}Added validations in the Screening Receptor when a batch is created and results are sent back from the provider to check:
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.
Added new endpoint to query risk assessment for a related party by task id and entity id.
/riskquery/api/risk-assessment/related-parties/{taskId:guid}/entity/{entityId:guid}Added optional properties to role configuration
/api/portal-roles/createrole - EntityPageConfig - EnableAccessLayers (optional)/api/portal-roles/updateroledetails - EntityPageConfig - EnableAccessLayers (optional)/api/portal-roles/portalRole/{id} - EntityPageConfig - EnableAccessLayers (optional)/api/portal-roles/portalRoles - EntityPageConfig - EnableAccessLayers (optional)Added optional properties to user endpoints
/api/portal-users/getPortalUserDetails - AccessLayersConfig (optional)/api/portal-users/getPortalUserDetailsWithoutLinkedEntities - AccessLayersConfig (optional)/api/portal-users/updateUserDetails - AccessLayersConfig (optional)Updated response to include entity type.
/entitydataquery/api/v2/entity/namesTrigger the execution of scheduled rules for a specific date
/api/rules/executeThis endpoint is marked as obsolete but will continue to be supported with no planned termination date. However, its usage is not recommended as it does not support full field-level validation.
Update BatchExternalIds to use their own model (BatchExternalId instead of ExternalId), as it does not make sense for a BatchExternalId to have EntityAliasId since BatchExternalId is specifically related to the batch, not any of its entities. This should not affect any clients as Alias Screening has not been enabled yet.
Added fields to support implementation of Alias Screening. There are no breaking changes here, so adapter implementations will continue to work as normal without the need of making any change.
Extend configuration to support capturing a list of data keys for document expiry data fields