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-logs
POST
secured

Description

Get run logs
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": 2425,
                "cron_web2mobile_de_run_id": 122,
                "web_id": null,
                "object": "CRON",
                "statement": "START",
                "result": "OK",
                "message": "Start exporting cars.",
                "time": null,
                "created": "2020-07-15T09:05:40+02:00",
                "externalUrl": null
            }
        }
    }
}