{
"initialRiskLevel": "HIGH",
"finalRiskLevel": "LOW",
"decisionType": "ACCEPTED",
"decisionGroundCode": "01",
"assessmentGuid": "82deaa92-d559-40bd-96b7-053341a08e28"
}Operation Assessment
Operation realtime completed
Fired when on completion by a human decision/automatically resolution.
WEBHOOK
app.amlyze.operation.riskmanagement.operation_realtime.completed
{
"initialRiskLevel": "HIGH",
"finalRiskLevel": "LOW",
"decisionType": "ACCEPTED",
"decisionGroundCode": "01",
"assessmentGuid": "82deaa92-d559-40bd-96b7-053341a08e28"
}Documentation Index
Fetch the complete documentation index at: https://api.amlyze.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Assessment GUID.
Example:
"05e67370-9dd5-4d78-b749-b81cc80b5bc0"
The initial risk level.
Available options:
NONE, LOW, MEDIUM, HIGH, EXTREME Example:
"MEDIUM"
The final risk level.
Available options:
NONE, LOW, MEDIUM, HIGH, EXTREME Example:
"HIGH"
Decision type.
Available options:
ACCEPTED, REJECTED Example:
"ACCEPTED"
Code for the decision ground. Value from /classifier/decisionGround endpoint.
Example:
"00001"
⌘I