Получение списка всех заявок находящихся в рассмотрения
Возвращаются все заявки находящихся в рассмотрении.
Query Parameters
createdMaxDaysAgo int32
createdMaxDaysAgo
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
currentStatusDate date-time
loanApplicationId int64
userId int32
[
{
"currentStatusDate": "2025-03-31T15:16:31.288Z",
"loanApplicationId": 0,
"userId": 0
}
]
Unauthorized
Forbidden
Not Found
GET /main/loan-apps/in-consideration/all
Request
Request
curl / cURL
curl -L -X GET '//localhost/main/loan-apps/in-consideration/all' \
-H 'Accept: */*'
python / requests
curl -L -X GET '//localhost/main/loan-apps/in-consideration/all' \
-H 'Accept: */*'
go / native
curl -L -X GET '//localhost/main/loan-apps/in-consideration/all' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '//localhost/main/loan-apps/in-consideration/all' \
-H 'Accept: */*'
php / guzzle
curl -L -X GET '//localhost/main/loan-apps/in-consideration/all' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '//localhost/main/loan-apps/in-consideration/all' \
-H 'Accept: */*'