GET FilingsApi/States?SessionId={SessionId}&CountryCode={CountryCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
| CountryCode |
Country Code |
string |
Required |
Body Parameters
None.
Response Information
Response Formats
application/json, text/json
Sample:
[
{
"Value": "AB",
"Text": "Alberta",
"Selected": false
},
{
"Value": "BC",
"Text": "British Columbia",
"Selected": false
},
{
"Value": "MB",
"Text": "Manitoba",
"Selected": false
},
{
"Value": "NB",
"Text": "New Brunswick",
"Selected": false
},
{
"Value": "NL",
"Text": "Newfoundland and Labrador",
"Selected": false
},
{
"Value": "NS",
"Text": "Nova Scotia",
"Selected": false
},
{
"Value": "ON",
"Text": "Ontario",
"Selected": false
},
{
"Value": "PE",
"Text": "Prince Edward Island",
"Selected": false
},
{
"Value": "QC",
"Text": "Quebec",
"Selected": false
},
{
"Value": "SK",
"Text": "Saskatchewan",
"Selected": false
}
]