Skip to main content

Options v2

API to Fetch Vehicle Options:Fetches car or LCV options data with filtering. Includes ID, derivative, code, description, cost & type

Written by Tom White

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. Returns car or LCV data respectively.

page REQUIRED
string - Starting from page 1 increment the page number until an empty response is received.


Vehicle Options Requests

GEt

Get - Return vehicle options data with an optional cutoff date.

https://{{subdomain}}.quotevineapp.com/qvine/quotevine/web/v1/technical/{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 25341 29899 Pearl - Monaco blue 325E
200002 25341 32790 Pearl - Black onyx 325E
200003 25341 40166 Metallic - Aluminium 325E

Range Attributes

When retrieving vehicle options data via the API, there are a number of fields returned.

Returned Fields

Expand to view the returned fields

id - integer

vehicle_id - string
CAP derivative ID.

option_code - string
CAP option code.

description - string

cost - string

option_type - string
I - Interior trim, E - Exterior colour, O - Other

Did this answer your question?