Skip to main content

Fetch Configuration for System

GET EOD HistoryConfiguration

ThisAll data from system properties can be retrieved using this SynoFin LMS API is used to retrieve all the data for the EOD and BOD processes that were carried out for the Loans.API.

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

Request 
Request Type: GET
Authorization: Bearer Token


Query Parameter
KeyData TypeDefault Value
record_size*Interger5
proc_typeStringAll

*required parameter


Request:Response: 200


{
  "response": true,
  "data": [
    {
    "eodLogId": integer,
      "startTime"current_date": "2023-04-05 18:31:11.743"dd-MM-yyyy",
    "endTime"business_date": "2023-04-05 18:31:28.366",
      "status": "failed",
      "businessDate": "2024-01-29",
      "logFile": null,
      "description": "string",
      "type": "string",
      "schLogId": "string",
      "startedBy": nulldd-MM-yyyy"
  }
  ],
  "error": null
}