Получение списка систем принятия решения
Query Parameters
active boolean
active
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- Array [
- Array [
- ]
- ]
- ]
active boolean
id int64
name string
ruleSteps object[]
allowing boolean
blocking boolean
branchSchemaId int64
denialReasonId int64
fields object[]
id int64
stepTypeFieldId int64
value string
id int64
label string
orderNo int32
ruleStepTypeId int64
[
{
"active": true,
"id": 0,
"name": "string",
"ruleSteps": [
{
"allowing": true,
"blocking": true,
"branchSchemaId": 0,
"denialReasonId": 0,
"fields": [
{
"id": 0,
"stepTypeFieldId": 0,
"value": "string"
}
],
"id": 0,
"label": "string",
"orderNo": 0,
"ruleStepTypeId": 0
}
]
}
]
Unauthorized
Forbidden
Not Found
Loading...