GET api/phones/countries
Get all countries in the database.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CountryName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "a4d36243-42ec-4dab-b986-7eaf5aead0e7", "Name": "sample string 2" }, { "ID": "a4d36243-42ec-4dab-b986-7eaf5aead0e7", "Name": "sample string 2" } ]