Service History
Get service history for a car.
x-api-key<token>
API key used for authentication
In: header
Query Parameters
vinstring
17 Character VIN for your car
Match
^(WDB|WDC|WDD|WDZ|WDF|4JG|55S|W1K|W1N|W1V)[A-HJ-NPR-Z0-9]{14}$
Length
17 <= length <= 17
serviceIdinteger
Service ID of the car
Range
-9007199254740991 <= value <= 9007199254740991
Response Body
curl -X GET "https://loading/api/v1/car/serviceHistory?vin=WDD2130481A654321&serviceId=1"
{
"date": 1732752000000,
"notes": {
"internal": null,
"forTheCustomer": null
},
"mileage": {
"value": 146699,
"indicator": 0
},
"reEntry": false,
"oilDetail": [
{
"type": 1,
"quality": "229.52"
}
],
"serviceId": 7,
"serviceKind": 1,
"showOptions": false,
"workShopCode": "x",
"workShopName": "x",
"serviceExtend": "2",
"additionalWork": 8,
"completedOnTime": false,
"repairOrderNumber": "x",
"additionalWorkSteps": [
"Perform Service A",
"Perform Service B with Plus package",
"Extra work for: Service: Replace dust filter",
"Extra work for: Service: Replace air filter element",
"Extra work for: Service: Replace fuel filter",
"Extra work for: Service: Top up AdBlue(R)",
"Remove/install 4 brake liningsof rear axle, replace if necessary (Complete wheels removed)",
"Combination filter for heating/air conditioning Remove/install and, if necessary, replace"
],
"isRegularInstruction": true,
"editableRemainingDays": 188,
"headlampCheckExecuted": false
}
{
"error": "string",
"code": "string",
"details": {}
}
{
"error": "string",
"code": "string",
"details": {}
}