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": "dfb00c31-1fb5-4862-896f-75dca1306ec7", "Name": "sample string 2" }, { "ID": "dfb00c31-1fb5-4862-896f-75dca1306ec7", "Name": "sample string 2" } ]