AdvertisingCars

AnnonceLogs

Aos

Callcentrum

Cc

Element

Eshop

Forms

IframeViewCounter

Ip

LeadsFb

Leads

Marketing

MaternaSmsStatus

MobileDeLogs

OfferedCars

SautoLogs

TechnicalCertificateRequest

TipcarsLogs

ViewCounter

WebCars

WebLeads

/v1/sauto-logs/error-logs/<timestamp>
GET
secured

Description

Get error logs

Format

json (application/json)

Methods

GET

Mask parameters

<timestamp>
  • requirement: \d+
  • type: int
  • description: From timestamp

Response codes

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

Example response

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