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/runs
POST
secured

Description

Get runs
Example json request:

{
"orderCol": "start",
"dir": "DESC",
"offset": 0,
"length": 10,
"where": [
{
"start >=": "2020-06-26 16:00:00"
}
]
}

Format

json (application/json)

Methods

POST

Response codes

200 (Success)
400 (Bad Request)
401 (Invalid authentication)

Example response

{
    "status": "ok",
    "message": "OK",
    "data": {
        "rows": {
            "1": {
                "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
            }
        },
        "rowCount": 1
    }
}