GET api/v1/GetStatelist?username={username}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of statelist| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1"
},
{
"state": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfstatelist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppBridge">
<statelist>
<state>sample string 1</state>
</statelist>
<statelist>
<state>sample string 1</state>
</statelist>
</ArrayOfstatelist>