config
The config URI gets a list of configuration setting groups.
URI path
config
Supported request methods
GET
Queries the system for a list of URIs corresponding with the settings groups in the system.
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 config block. For example:
<config> <element>config/system</element> <element>config/button</element> <element>config/led_control</element> </config>
JSON
The result URI strings are collected in an array assigned to a config field. For example:
{ “config” : [ “config/system”, “config/button”, “config/led_control” ] }