GET 17.0/app/utilityswitching/switches/statuses

Description

Gets a list of switch statuses

URI Parameters

None.

None.

None.

Collection of SwitchStatus
Name Description Type Additional information
SortIndex

integer

None.

Value

string

None.

application/json, text/json

Sample:
[
  {
    "sortIndex": 1,
    "value": "sample string 2"
  },
  {
    "sortIndex": 1,
    "value": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSwitchStatus xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SwitchStatus>
    <SortIndex>1</SortIndex>
    <Value>sample string 2</Value>
  </SwitchStatus>
  <SwitchStatus>
    <SortIndex>1</SortIndex>
    <Value>sample string 2</Value>
  </SwitchStatus>
</ArrayOfSwitchStatus>