Subject Manager - Countries
Subject Manager contains endpoints with ISO data for Countries.
Key endpoints
Shared information (accessible anonymously)
- [GET]
https://[HostName]/api/asol/idmsm/api/v1/Countries- Gets countries for whole world compaint with ISO 3166
Example response
{
"totalCount": 250,
"items": [
{
"id": "7d6205ee-b50d-4668-8fe4-f83c41daec8f",
"alpha2Code": "AF",
"alpha3Code": "AFG",
"numericCode": "004",
"name": "Afghanistan",
"validFrom": "2021-06-10T03:00:40.998Z"
},
{
"id": "eabab412-f5cc-4658-a76a-677beff2e486",
"alpha2Code": "AL",
"alpha3Code": "ALB",
"numericCode": "008",
"name": "Albania",
"validFrom": "2021-06-10T03:00:40.998Z"
},
...
]
}