AdvertisingCars

AnnonceLogs

Aos

Callcentrum

Cc

Element

Eshop

Forms

IframeViewCounter

Ip

LeadsFb

Leads

Marketing

MaternaSmsStatus

MobileDeLogs

OfferedCars

SautoLogs

TechnicalCertificateRequest

TipcarsLogs

ViewCounter

WebCars

WebLeads

/v1/advertising-cars
GET
secured

Description

Get cars

Format

json (application/json)

Methods

GET

Response codes

200 (Success)
401 (Invalid authentication)

Example response

{
    "cars": {
        "2": {
            "id": 2,
            "name": "Pavel",
            "phone": "+420123456789",
            "email": "pepa@centrum.cz",
            "producer": "Seat",
            "model": "Cordoba",
            "tachometer_status": "182000",
            "year": "1996",
            "engine_volume": "1595",
            "fuel": "benz\u00edn",
            "vin": "",
            "transmission": "",
            "city": "Praha",
            "region_id": "A",
            "price": "8900 K\u010d",
            "source": "zdroj aut - firma",
            "url": "https:\/\/www.zdroj-aut.cz\/seat\/cordoba\/123456789",
            "duplicate_id": "",
            "rejected": "",
            "created": "2019-03-20 15:01:27"
        },
        "3": {
            "id": 3,
            "name": "Honza",
            "phone": "+420123456789",
            "email": "honza@centrum.cz",
            "producer": "Seat",
            "model": "Cordoba",
            "tachometer_status": "182000",
            "year": "1996",
            "engine_volume": "1595",
            "fuel": "benz\u00edn",
            "vin": "",
            "transmission": "",
            "city": "\u010cesk\u00e9 Bud\u011bjovice",
            "region_id": "C",
            "price": "8900 K\u010d",
            "source": "zdroj aut - firma",
            "url": "https:\/\/www.zdroj-aut.cz\/seat\/cordoba\/123456789",
            "duplicate_id": "",
            "rejected": "",
            "created": "2019-03-20 15:01:27"
        }
    },
    "status": "ok"
}