GET filerapi/statelist
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
List of states
| Name | Description | Type | Additional information |
|---|---|---|---|
| StateKey |
State Key |
string | |
| StateName |
State Name |
string | |
| StateUrl |
State Url |
string |
Response Formats
application/json, text/json
Sample:
{
"States": [
{
"StateKey": "TX",
"StateName": "Texas",
"StateUrl": "https://prerelease.filetime.com/"
},
{
"StateKey": "IL",
"StateName": "Illinois",
"StateUrl": "https://prereleaseil.filetime.com/"
},
{
"StateKey": "IN",
"StateName": "Indiana",
"StateUrl": "https://prereleasein.filetime.com/"
},
{
"StateKey": "CA",
"StateName": "California",
"StateUrl": "https://prereleaseca.filetime.com/"
}
]
}