AdvertisingCars

AnnonceLogs

Aos

Callcentrum

Cc

Element

Eshop

Forms

IframeViewCounter

Ip

LeadsFb

Leads

Marketing

MaternaSmsStatus

MobileDeLogs

OfferedCars

SautoLogs

TechnicalCertificateRequest

TipcarsLogs

ViewCounter

WebCars

WebLeads

/v1/iframe-view-counter/<date>
GET
secured

Description

Get iframe view counts

Format

json (application/json)

Methods

GET

Mask parameters

<date>
  • requirement: \d+
  • type: int
  • description: Date from - example: 20200917

Response codes

200 (Success)
401 (Invalid authentication)

Example response

{
    "status": "ok",
    "message": "OK",
    "data": {
        "rows": {
            "1": {
                "id": 1,
                "date": "2020-09-17T00:00:00+02:00",
                "loan_number": 1302459,
                "view_tipcars": null,
                "view_sauto": 2
            }
        }
    }
}