Home   |    Documentation   |    Web Submission Form   |    Help Desk

GOSO Web API submission form:

Parameter Value
VIN:
Slug:
User:
Password:
Page:
PageNum:
Filter (Inventory):


URL:

Submitting a Search Request through the GOSO Web API

Typically, search users make search requests by entering search parameters in a HTML form rendered in a web browser (like the following):


http://api.goso.com/api/getvehicle?vin=1G1YY12S135125783&slug=sethwadleyford&user=herb&password=mygoso&page=1&pagenum=10&filter=available

The following provides a description of parameters you may use to obtain the XML for a particular vehicle or a portion of the inventory.



Parameter Description Default Value
VIN Vehicle Identification Number of vehicle.
Example: vin=1G1YY12S135125783J
Required (if individual vehicle is desired)
user * Username used to access website API.
Example: user=pinderh
Required
password * Password used to access website API.
Example: password=mygoso
Required
slug * Shortened dealer name used to access website API.
Example: slug=astenscars
Required
page Current results page.
Example: page=2
1
pagenum Number of results returned per page.
Example: pagenum=20
10
filter Inventory type returned
Example: filter=available

Value Meaning
used used inventory
new new inventory
sold Sold inventory
all All unsold inventory
available
* = Required.