Retrieve an Evaluation
GET
{{baseurl}}/v2/api/evaluations
This endpoint begins the evaluation process on a single transaction.
Header
Name
Type
Description
token*
String
API token
Body
Name
Type
Description
actorId
String
The Id of the evaluation record in the database
startDate
String
The start date of the evaluation record in the database
endDate
String
The end date of the evaluation record in the database
transactionId
String
The ID of the transaction record in the database
workflowId
String
The ID of the workflow record in the database
workflowVersion
String
The version of the workflow record in the database
ruleAction
String
The rule action that triggered an evaluation record in the database
valueAtRisk
String
The value at risk of the evaluation record in the data base
Last updated