Получение списка мониторингов клиентов на указанную дату
Path Parameters
clientId int64 required
clientId
date date required
date
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
clientGroupId int64
clientIds int64[]
creditOfficerId int64
date date
id int64
[
{
"clientGroupId": 0,
"clientIds": [
0
],
"creditOfficerId": 0,
"date": "2024-10-29",
"id": 0
}
]
Unauthorized
Forbidden
Not Found
Loading...