Retrieve current state of specified toggle
https://services.wsoweb.com/
There are no limitations specified.
toggleName
The toggle name to check state on
string
Required
The state of the toggle (true = on, false = off)
IsEnabled
The current enabled state of the toggle
boolean
Name
The name of the toggle
string
{ "name": "sample string 1", "isEnabled": true }
<ToggleStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <IsEnabled>true</IsEnabled> <Name>sample string 1</Name> </ToggleStatus>