Skip to main content
GET
getRiskAssessmentHistory
This endpoint retrieves the full audit trail of a customer’s risk assessments, including all historical changes, overrides, and approval decisions. It helps compliance officers review the decision-making process over time for transparency and regulatory purposes.

Path Parameter


Notes

  • The audit trail shows all previous versions of risk assessments for the given customer.
  • Each entry typically contains:
    • overrideRiskRating
    • approvalStatus
    • updatedBy (user making the change)
    • updatedAt (timestamp)
    • comments (if provided)
  • Useful for regulatory reporting and internal audits.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Domain-ID
integer<int64>
required

X-Domain-ID

Path Parameters

customerId
integer<int64>
required

customerId

Query Parameters

offset
integer<int64>
paged
boolean
pageNumber
integer<int32>
pageSize
integer<int32>
sort.sorted
boolean
sort.unsorted
boolean
unpaged
boolean

Response

OK

content
RiskAssessmentResponseDto · object[]
empty
boolean
first
boolean
last
boolean
number
integer<int32>
numberOfElements
integer<int32>
pageable
Pageable · object
size
integer<int32>
sort
Sort · object
totalElements
integer<int64>
totalPages
integer<int32>