Device web services root (/)

The device web services root, /, gets a URI list of web services categories.

URI path

/

Supported request methods

GET

Queries the system for the list of categories of web service operations available. The data record returned is a list of URIs corresponding to the “children” of / 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

<ws>
         <element>vehicle</element>
         <element>config</element>
         <element>hw</element>
</ws>

JSON

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

{ “ws” : [ “vehicle”, “config”, “hw” ] }

 

© 2019 Digi International Inc. All rights reserved.
Device web services root (/) updated on 18 Oct 2017 09:16 AM