GET FilingsApi/Countries?SessionId={SessionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
Body Parameters
None.
Response Information
Response Formats
application/json, text/json
Sample:
[
{
"Value": "CA",
"Text": "Canada",
"Selected": false
},
{
"Value": "MX",
"Text": "Mexico",
"Selected": false
},
{
"Value": "US",
"Text": "United States",
"Selected": false
}
]