vehicle

The vehicle URI gets a list of vehicle object categories.

URI path

vehicle

Supported request methods

GET

Queries the system for the list of categories of vehicle service information available to web services. The data record returned is a list of URIs corresponding to the “children” of vehicle in the web services data tree.

Supported content types

HTML

The result URIs are turned into URLs relative to the device, and returned in an HTML list.

XML

The result URIs are each wrapped in element tags, and returned within a vehicle block. For example:

<vehicle>
         <element>vehicle/ecus</element>
         <element>vehicle/data</element>
</vehicle>

JSON

The result URI strings are collected in an array assigned to a vehicle field. For example:

{ “vehicle” : [ “vehicle/ecus”, "vehicle/data”]

 

© 2019 Digi International Inc. All rights reserved.
vehicle updated on 17 Oct 2017 02:28 PM