Get Models
Returns all vehicle models relevant to the parts setup in your CatalogRack configuration.Parameters
Name | Type | Default | Description | Required | Other Required Field(s) |
---|---|---|---|---|---|
authkey | String | The authentication key assigned to validate requests | X | ||
year | String | The year selected from the Get Years call | X | ||
make | String | The make selected from the Get Makes call | X | Year | |
format | String | JSON | Either JSON or XML |
Sample Code
$.getJSON("http://api.v12.estore.catalograck.com/API/Lookup/GetModels?authkey=&year=2010&make=FORD&format=json", function (msg) { $.each(msg, function() { console.log(this); })});XML: Sample Call
JSON: Sample Call