[GET] ~/vehicles?path={path}&skip={skip}&take={take}&orderBy={orderBy}&orderDir={orderDir}

Returns a list of vehicles filtered by the provided selection model.

Request Information

URI Parameters

NameDescriptionType
manufacturers

Comma separated list of manufacturer ids.

Collection of string

series

Comma separated list of series ids.

Collection of string

models

Comma separated list of model ids..

Collection of string

modelext

Model extension.

string

bodies

Comma separated list of bodies. The bodies are fetched through variants.

Collection of string

bodygroups

Comma separated list of body groups.

Collection of string

variants

Comma separated list of variants.

Collection of string

fuellings

Comma separated list of fuellings.

Collection of string

transmissions

Comma separated list of transmissions.

Collection of string

usagetypes

Comma separated list of usage type ids.

Collection of string

drives

Comma separated list of drive ids.

Collection of string

emissionclasses

Comma separated list of emission class ids.

Collection of string

mileagemin

Minimum mileage in km.

integer

mileagemax

Maximum mileage in km.

integer

registermin

Minimum first registration in year.

integer

registermax

Maximum first registration in year.

integer

pricemin

Minimal price in EUR.

integer

pricemax

Maximal price in EUR.

integer

financingratemin

Minimal financing rat ein EUR.

integer

financingratemax

Maximal financing rate in EUR.

integer

leasingratemin

Minimum leasing rate in EUR.

integer

leasingratemax

Maximum leasing rate in EUR.

integer

installmentratemin

Minimum installment rate in EUR.

integer

installmentratemax

Maximum installment rate in EUR.

integer

co2emissionmin

Minimum CO2 emission in g/km.

integer

co2emissionmax

Maximum CO2 emission in g/km.

integer

powermin

Minimum power in kw.

integer

powermax

Maximal power in kw.

integer

horsepowermin

Minimal horsepower in hp.

integer

horsepowermax

Maximal horsepower in hp.

integer

seatsmin

Minimal seat count.

integer

seatsmax

Maximal seat count.

integer

vatdeductible

Vat deductible

boolean

interiorcolors

Comma separated list of interior color ids.

Collection of string

paints

Comma separated list of exterior color ids.

Collection of string

metallic

Has metallic exterior color.

boolean

allwheeldrive

Has four wheel drive.

boolean

upholsteries

Comma separated list of upholstery ids.

Collection of string

options

Comma separated list of option ids.

Collection of string

equipments

Comma separated list of equipment ids.

Collection of string

zip

Zip Code.

string

distance

Maximal distance to the zip Code in km.

integer

number

Number of the vehicle.

string

promotions

Comma separated list of promotion ids.

Collection of string

locations

Comma separated list of location ids.

Collection of string

guarantees

Comma separated list of guarantee ids.

Collection of string

hasguarantee

Has guarantee.

boolean

qualityseals

Comma separated list of quality seal ids.

Collection of string

hasqualityseal

Has quality seal.

boolean

servicepackages

Comma separated list of service package ids.

Collection of string

hasservicepackage

Has service package.

boolean

miniminimalism

Has MINI minimalism seal (DEPRECATED).

boolean

bmwefficientdynamics

Has BMW efficient dynamics seal (DEPRECATED).

boolean

vicinityhomezipcode

Vicinity home zipcode.

string

path

The path is optional.

string

skip

The skip.

integer

Default value is: 0.

take

The take.

integer

Default value is: 0.

orderBy

The order by is optional.

SortBy

orderDir

The order dir is optional.

SortDir

Body Parameters

None.

Request Formats

None.

Response Information

Resource Description

An enumerator that allows foreach to be used to process the series in this collection.

An instance of: VehicleListModel
NameDescriptionType
Items

A list of vehicles.

Collection of Vehicle

Total

The total number of vehicles.

integer

SecondaryTotal

The secondary total count of vehicles.

integer

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.