GalaxyMobile Client API

<back to all web services

GetVehicleList

The following routes are available for this service:
GET/galaxy/vehicle/listRetrieve a list of a user's vehicles.
GetVehicleList Parameters:
NameParameterData TypeRequiredDescription
IdNumberquerystringYesID Number of the user making this request.
ApiServiceRequest Parameters:
NameParameterData TypeRequiredDescription
ApiKeyformstringYesThe API Key required for authentication
VehicleListResponse Parameters:
NameParameterData TypeRequiredDescription
VehiclesformIEnumerable<VehicleData>No
ApiServiceResponse Parameters:
NameParameterData TypeRequiredDescription
DescriptionformstringNo
HeadingformstringNo
WasSuccessfulformboolNo
ModelStateformObjectNo
VehicleData Parameters:
NameParameterData TypeRequiredDescription
IdformintNoThe ID of the vehicle.
HasLicenseformboolNoWhether the vehicle has license disk information.
LicenseNumberformstringNoThe vehicle license number.
RegistrationNumberformstringNoThe vehicle registration number.
VinformstringNoThe vehicle VIN number.
MakeformstringNoThe vehicle make.
SeriesformstringNoThe vehicle series.
ColourformstringNoThe vehicle colour.
ExpiryformstringNoThe vehicle license expiry date in ISO 8601 format.
ExpiresSoonformboolNoTrue if this vehicle's licence expiring soon.
ExpiredformboolNoTrue if this vehicle's license expired.

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /galaxy/vehicle/list HTTP/1.1 
Host: galaxymobile.api.client.prod.86degrees.com 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"Description":"String","Heading":"String","WasSuccessful":false,"ModelState":{}}