Skip to main content

Standard Equipment v2

API Guide: Retrieve Vehicle Standard Equipment Data

Funmilola Olorode avatar
Written by Funmilola Olorode
Updated over 11 months ago

Path Parameters

HTTP Header

api-key REQUIRED
string - Your Accelerate API Key

cutoff-months OPTIONAL
integer (positive) - Reduces the data set to only include ranges with at least one derivative current in the last x months.

URL Substitution

subdomain REQUIRED
string - Your Accelerate subdomain

asset type REQUIRED
string - CAR or LCV. Must be uppercase

page Required
integer - Starting from page 1 increment the page number until an empty response is received


Standard Equipment Requests

GEt

Get - Returns vehicle standard equipment data.

https://{{subdomain}}.quotevineapp.com/qvine/quotevine/web/v1/stdequipment{asset_type}/{page}/

Response

400


Returned if the request sent is invalid.

404
​

Returned if the request is not found or the user does not have permission to view it.

200
Returned if the request is successful

Expand to see example of a successful response.

200001 47324 Transmission Without cross axle differential lock
200002 47324 Wheels 16" steel wheels
200003 47324 Wheels Delete sliding spare wheel carrier
200004 47324 Wheels Without wheel chocks

Standard Equipment Attributes

When retrieving standard equipment via the API, there are a number of fields returned.

Returned Fields

Expand to view the returned fields

id - integer
CAP standard equipment ID

vehicle_id - string
CAP derivative ID

category - string

description - string

Did this answer your question?