[GET] ~/vehicles?path={path}&skip={skip}&take={take}&orderBy={orderBy}&orderDir={orderDir}
Returns a list of vehicles filtered by the provided
Request Information
URI Parameters
| Name | Description | Type | |
|---|---|---|---|
|
Comma separated list of manufacturer ids. |
Collection of string | ||
|
Comma separated list of series ids. |
Collection of string | ||
|
Comma separated list of model ids.. |
Collection of string | ||
|
Model extension. |
string | ||
|
Comma separated list of bodies. The bodies are fetched through variants. |
Collection of string | ||
|
Comma separated list of body groups. |
Collection of string | ||
|
Comma separated list of variants. |
Collection of string | ||
|
Comma separated list of fuellings. |
Collection of string | ||
|
Comma separated list of transmissions. |
Collection of string | ||
|
Comma separated list of usage type ids. |
Collection of string | ||
|
Comma separated list of drive ids. |
Collection of string | ||
|
Comma separated list of emission class ids. |
Collection of string | ||
|
Minimum mileage in km. |
integer | ||
|
Maximum mileage in km. |
integer | ||
|
Minimum first registration in year. |
integer | ||
|
Maximum first registration in year. |
integer | ||
|
Minimal price in EUR. |
integer | ||
|
Maximal price in EUR. |
integer | ||
|
Minimal financing rat ein EUR. |
integer | ||
|
Maximal financing rate in EUR. |
integer | ||
|
Minimum leasing rate in EUR. |
integer | ||
|
Maximum leasing rate in EUR. |
integer | ||
|
Minimum installment rate in EUR. |
integer | ||
|
Maximum installment rate in EUR. |
integer | ||
|
Minimum CO2 emission in g/km. |
integer | ||
|
Maximum CO2 emission in g/km. |
integer | ||
|
Minimum power in kw. |
integer | ||
|
Maximal power in kw. |
integer | ||
|
Minimal horsepower in hp. |
integer | ||
|
Maximal horsepower in hp. |
integer | ||
|
Minimal seat count. |
integer | ||
|
Maximal seat count. |
integer | ||
|
Vat deductible |
boolean | ||
|
Comma separated list of interior color ids. |
Collection of string | ||
|
Comma separated list of exterior color ids. |
Collection of string | ||
|
Has metallic exterior color. |
boolean | ||
|
Has four wheel drive. |
boolean | ||
|
Comma separated list of upholstery ids. |
Collection of string | ||
|
Comma separated list of option ids. |
Collection of string | ||
|
Comma separated list of equipment ids. |
Collection of string | ||
|
Zip Code. |
string | ||
|
Maximal distance to the zip Code in km. |
integer | ||
|
Number of the vehicle. |
string | ||
|
Comma separated list of promotion ids. |
Collection of string | ||
|
Comma separated list of location ids. |
Collection of string | ||
|
Comma separated list of guarantee ids. |
Collection of string | ||
|
Has guarantee. |
boolean | ||
|
Comma separated list of quality seal ids. |
Collection of string | ||
|
Has quality seal. |
boolean | ||
|
Comma separated list of service package ids. |
Collection of string | ||
|
Has service package. |
boolean | ||
|
Has MINI minimalism seal (DEPRECATED). |
boolean | ||
|
Has BMW efficient dynamics seal (DEPRECATED). |
boolean | ||
|
Vicinity home zipcode. |
string | ||
|
The path is optional. |
string | ||
|
The skip. |
integer |
Default value is: 0. |
|
|
The take. |
integer |
Default value is: 0. |
|
|
The order by is optional. |
SortBy | ||
|
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| Name | Description | Type | |
|---|---|---|---|
|
A list of vehicles. |
Collection of Vehicle | ||
|
The total number of vehicles. |
integer | ||
|
The secondary total count of vehicles. |
integer |
Response Formats
application/json
Sample not available.
text/json
Sample not available.