GET api/statistics/defaultportals?countryId={countryId}
Get available Default Portals
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
countryId |
Country Id |
integer |
None. |
Body Parameters
None.
Response Information
List of Default Portals
Name | Description | Type | Additional information |
---|---|---|---|
DefaultPortalId |
Default Portal Id |
integer |
None. |
Name |
Default Portal Name |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "defaultPortalId": 1, "name": "sample string 2" }, { "defaultPortalId": 1, "name": "sample string 2" } ]