GET Enumerations/FormStates
Gets the available form states
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Key": "sample string 1",
"Value": 2
},
{
"Key": "sample string 1",
"Value": 2
},
{
"Key": "sample string 1",
"Value": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfEnumValueRest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<EnumValueRest>
<Key>sample string 1</Key>
<Value>2</Value>
</EnumValueRest>
<EnumValueRest>
<Key>sample string 1</Key>
<Value>2</Value>
</EnumValueRest>
<EnumValueRest>
<Key>sample string 1</Key>
<Value>2</Value>
</EnumValueRest>
</ArrayOfEnumValueRest>
