30-03-2022 19:32

Метод выгрузки статусов заявок и лидов

GET   bs-core/main/loan-apps/status

Данный метод осуществляет запрос по всем статусам для каждой заявки

Запрос

GET https://*****-saas.brainysoft.ru/bs-core/main/loan-apps/status?limit=100
Описание параметров
Параметр Обязателен Тип данных Описание
fromId О [int]
ограничение по id записи статуса начиная с fromId(включительно)
toId О [int]
ограничение по id записи статуса заканчивая toId(не включительно)
limit R [float]
лимит кол-ва записей в результате
offset О [int]
отступ от начала при заданном лимите

Ответ


                        {
    "status": "ok",
    "timestamp": 1648657870485,
    "data": [
        {
            "id": 1,
            "loanApplicationId": 1,
            "userId": 1025,
            "insertDate": 1554475555000,
            "status": "Создана",
            "statusId": 101541,
            "denialReason": null,
            "denialReasonId": null,
            "comment": null,
            "responsibleRoleId": null,
            "saverId": null
        },
        {
            "id": 2,
            "loanApplicationId": 1,
            "userId": 1025,
            "insertDate": 1554475564358,
            "status": "Автоматическая проверка",
            "statusId": 101547,
            "denialReason": null,
            "denialReasonId": null,
            "comment": null,
            "responsibleRoleId": null,
            "saverId": null
        },
        {
            "id": 3,
            "loanApplicationId": 1,
            "userId": 1,
            "insertDate": 1554475583397,
            "status": "Ожидает рассмотрения",
            "statusId": 101545,
            "denialReason": null,
            "denialReasonId": null,
            "comment": null,
            "responsibleRoleId": 1,
            "saverId": null
        },
        {
            "id": 11,
            "loanApplicationId": 3,
            "userId": 1027,
            "insertDate": 1551432671000,
            "status": "Создана",
            "statusId": 101541,
            "denialReason": null,
            "denialReasonId": null,
            "comment": null,
            "responsibleRoleId": null,
            "saverId": null
        },
        {
            "id": 12,
            "loanApplicationId": 3,
            "userId": 1027,
            "insertDate": 1554715905119,
            "status": "Автоматическая проверка",
            "statusId": 101547,
            "denialReason": null,
            "denialReasonId": null,
            "comment": null,
            "responsibleRoleId": null,
            "saverId": null
        },
        {
            "id": 13,
            "loanApplicationId": 3,
            "userId": 1,
            "insertDate": 1554715908187,
            "status": "Ожидает рассмотрения",
            "statusId": 101545,
            "denialReason": null,
            "denialReasonId": null,
            "comment": null,
            "responsibleRoleId": 1,
            "saverId": null
        },
        {
            "id": 14,
            "loanApplicationId": 3,
            "userId": 1027,
            "insertDate": 1554715931423,
            "status": "В рассмотрении",
            "statusId": 101546,
            "denialReason": null,
            "denialReasonId": null,
            "comment": null,
            "responsibleRoleId": null,
            "saverId": null
        },
        {
            "id": 15,
            "loanApplicationId": 3,
            "userId": 1027,
            "insertDate": 1554715953843,
            "status": "Автоматическая проверка",
            "statusId": 101547,
            "denialReason": null,
            "denialReasonId": null,
            "comment": null,
            "responsibleRoleId": null,
            "saverId": null
        },
        {
            "id": 16,
            "loanApplicationId": 3,
            "userId": 1027,
            "insertDate": 1554715954018,
            "status": "К выдаче",
            "statusId": 101544,
            "denialReason": null,
            "denialReasonId": null,
            "comment": null,
            "responsibleRoleId": null,
            "saverId": null
        },
        {
            "id": 17,
            "loanApplicationId": 3,
            "userId": 1027,
            "insertDate": 1554715955643,
            "status": "Отклонена",
            "statusId": 101542,
            "denialReason": null,
            "denialReasonId": null,
            "comment": "VALIDATION_ERROR",
            "responsibleRoleId": null,
            "saverId": null
        }
    ]
}
                    
Описание параметров
Параметр Обязателен Тип данных Описание
id R [int]
id записи статуса заявки
UserId R [int]
id пользователя, добавившего статус
loanApplicationId R [int]
id заявки
insertDate R [float]
дата и время добавления статуса
statusId R [int]
id статуса(тип статуса)
denialReasonId О [int]
id причины отказа
comment О [string]
комментарий