Get the notes for a screening riskCopy Pageget https://api.mesh.complyadvantage.com/v2/entity-screening/risks/{risk_identifier}/notesGet the notes for a screening riskPath Paramsrisk_identifieruuidrequiredThe unique risk identifierQuery Paramsrelated_notesbooleanDefaults to falseIf true, retrieves all notes attached to the profile associated with the requested risktruetruefalsepage_numberinteger≥ 1Defaults to 1One-based page index (1..N)page_sizeinteger≥ 1Defaults to 50The size of the page to be returnedsortarray of stringsDefaults to []Sort notes by created_at. Prefix with '-' for descending order (e.g. -created_at), or omit the prefix for ascending order (e.g. created_at).sortADD stringHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200OK 404Risk not found.Updated about 1 month ago