AdvertisingCars

AnnonceLogs

Aos

Callcentrum

Cc

Element

Eshop

Forms

IframeViewCounter

Ip

LeadsFb

Leads

Marketing

MaternaSmsStatus

MobileDeLogs

OfferedCars

SautoLogs

TechnicalCertificateRequest

TipcarsLogs

ViewCounter

WebCars

WebLeads

/v1/mobile-de-logs/run/<id>
GET
secured

Description

Get run

Format

json (application/json)

Methods

GET

Mask parameters

<id>
  • requirement: \d+
  • type: int
  • description: Run id

Response codes

200 (Success)
401 (Invalid authentication)
404 (Car with contract number 10000 doesn't exists)

Example response

{
    "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
    }
}