vehicle/data

The vehicle/data URI gets a list of vehicle data elements.

URI path

vehicle/data

Supported request methods

GET

Queries the system for the list of vehicle data elements. The returned data record is a list of URIs corresponding to the “children” of vehicle/data 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 in a data block. For example:

<data> 
         <element>vehicle/data/item1</element>
         <element>vehicle/data/item2</element>
         :
         <element>vehicle/data/itemN</element>
</data>

JSON

The result URI strings are collected in an array assigned to a field corresponding to the named ECU. For example:

{ “data” : [ “vehicle/data/item1”,  “vehicle/data/item2”, ...
                 “vehicle/data/itemN” ] }

 

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