[GET] ~/tradein/vehicleidentification/manufacturers/{manufacturerId}/models/{modelId}/variants/{variantId}/vehicles?firstRegistrationDate={firstRegistrationDate}
Gets vehicles.
Request Information
URI Parameters
| Name | Description | Type | |
|---|---|---|---|
|
Identifier for the manufacturer. |
integer |
This value is required and must not be omitted. |
|
|
Identifier for the model. |
integer |
This value is required and must not be omitted. |
|
|
Identifier for the variant. |
integer |
This value is required and must not be omitted. |
|
|
The first registration date is optional. |
date |
Body Parameters
None.
Request Formats
None.
Response Information
Resource Description
A list of
| Name | Description | Type | |
|---|---|---|---|
|
Gets or sets the DAT ECode of the vehicle. |
string | ||
|
Gets or sets the container. |
string | ||
|
Gets or sets the equipment. |
Dictionary of integer [key] and string [value] | ||
|
Gets or sets the engine. |
EngineInfo | ||
|
Gets or sets the gearing. |
string | ||
|
Gets or sets the body. |
string | ||
|
Gets or sets the Date/Time of the construction time from. |
date | ||
|
Gets the construction time from year. |
integer | ||
|
Gets the construction time from month. |
integer | ||
|
Gets or sets the Date/Time of the construction time to. |
date | ||
|
Gets the construction time to year. |
integer | ||
|
Gets the construction time to month. |
integer | ||
|
Gets the label. |
string |
Response Formats
application/json, text/json
Sample:
[
{
"datECode": "sample string 1",
"container": "sample string 2",
"equipment": {
"1": "sample string 2",
"3": "sample string 4"
},
"gear": "sample string 3",
"body": "sample string 4",
"constructionTimeFrom": "2026-03-18T21:00:32.1867658+01:00",
"constructionTimeFromYear": 2026,
"constructionTimeFromMonth": 3,
"constructionTimeTo": "2026-03-18T21:00:32.1867658+01:00",
"constructionTimeToYear": 2026,
"constructionTimeToMonth": 3,
"label": "sample string 4 sample string 3"
},
{
"datECode": "sample string 1",
"container": "sample string 2",
"equipment": {
"1": "sample string 2",
"3": "sample string 4"
},
"gear": "sample string 3",
"body": "sample string 4",
"constructionTimeFrom": "2026-03-18T21:00:32.1867658+01:00",
"constructionTimeFromYear": 2026,
"constructionTimeFromMonth": 3,
"constructionTimeTo": "2026-03-18T21:00:32.1867658+01:00",
"constructionTimeToYear": 2026,
"constructionTimeToMonth": 3,
"label": "sample string 4 sample string 3"
}
]