json (application/json)
GET
<id>
|
|---|
200 (Success)
401 (Invalid authentication)
404 (Car with contract number 10000 doesn't exists)
{
"message": "Row found.",
"status": "ok",
"data": {
"id": 1,
"start": "2020-06-26T16:01:54+02:00",
"stop": null,
"count_add": 15,
"count_update": 1,
"count_delete": 2,
"count_alert": 3,
"count_error": 4,
"stop_error": 5,
"max_import_car_count": null,
"update_all_web_cars": 0,
"update_all_web_cars_to_datetime": null,
"update_all_web_cars_photos": 0,
"max_count_car_photos": 3
}
}