Get all scoring rule tasks with code
Get all scoring rule tasks with code
application/json
Request Body required
params
afterRuleTaskId int64
countFrom int32
recommendation string
resultsQty int32
ruleStepTypeCodes string[]
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- Array [
- ]
- ]
endDate date-time
errorInfo string
id int64
objectType string
Possible values: [CLIENT
, COLLATERAL_LINE
, CONTRACT
, EARLY_REPAYMENT_NOTICE
, INSURANCE
, LEAD
, LOANAPP
]
options object[]
key string
value string
recommendation string
Possible values: [APPROVE
, DENY
, GOOD
, MEDIUM
, TECH_FAULT
, UNDEFINED
, VALIDATION_ERROR
]
ruleStep object
allowing boolean
blocking boolean
branchSchemaId int64
denialReasonId int64
fields object[]
id int64
stepTypeField object
field string
id int64
type string
stepTypeFieldId int64
value string
id int64
label string
orderNo int32
ruleStepSchemaId int64
ruleStepTypeId int64
scoringObjectName string
scoringTaskId int64
startDate date-time
[
{
"endDate": "2024-11-20T07:47:07.279Z",
"errorInfo": "string",
"id": 0,
"objectType": "CLIENT",
"options": [
{
"key": "string",
"value": "string"
}
],
"recommendation": "APPROVE",
"ruleStep": {
"allowing": true,
"blocking": true,
"branchSchemaId": 0,
"denialReasonId": 0,
"fields": [
{
"id": 0,
"stepTypeField": {
"field": "string",
"id": 0,
"type": "string"
},
"stepTypeFieldId": 0,
"value": "string"
}
],
"id": 0,
"label": "string",
"orderNo": 0,
"ruleStepSchemaId": 0,
"ruleStepTypeId": 0
},
"scoringObjectName": "string",
"scoringTaskId": 0,
"startDate": "2024-11-20T07:47:07.280Z"
}
]
Unauthorized
Forbidden
Not Found
Loading...