Operation
This operation allow you to get a list of all the countries available in the system.
Rw ui textbox macro | ||
---|---|---|
| ||
Only accessible with permission of pms.integration.common |
Style |
---|
table { width: 100%; } body.page-gadget { padding-top: 20px; } .separator{ margin: 5px 0; } |
Div | ||
---|---|---|
| ||
GET |
Div | ||
---|---|---|
| ||
https://{environment}.ulysescloud.com/public/api/{version}/country |
Request
Info |
---|
This request has no parameters. |
Example request
Code Block | ||||
---|---|---|---|---|
| ||||
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/country |
Example response
Code Block | ||
---|---|---|
| ||
[ { "id": 1, "code": "AFG", "name": "AFGHANISTAN" }, { "id": 2, "code": "ALB", "name": "ALBANIA" }, { "id": 3, "code": "DZA", "name": "ALGERIA" }, { "id": 4, "code": "ASM", "name": "AMERICAN SAMOA" }, { "id": 5, "code": "AND", "name": "ANDORRA" } ] |