Skip to main content

Get Bulk upload history

GET Bulk Upload History

This is the Loan management API used for getting Bulk upload history.

URL: {{base_url}}/loan-management/v1/getBulkUploadHistory

Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
Key Data Type Default Value
pageNo Integer 1
pageSize Integer 500
fromDate String -
toDate String -
processName String -
status String -
* required Param

Response: 200
{
    "response": true,
    "data": {},
    "error": {}
}