json (application/json)
GET
<date>
|
|---|
200 (Success)
401 (Invalid authentication)
{
"status": "ok",
"message": "OK",
"data": {
"rows": {
"1": {
"id": 1,
"date": "2020-09-17T00:00:00+02:00",
"loan_number": 1302459,
"view_tipcars": null,
"view_sauto": 2
}
}
}
}