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": "850958a2-afc3-474c-8bcd-a5ce4f5fdb01", "Name": "sample string 2" }, { "ID": "850958a2-afc3-474c-8bcd-a5ce4f5fdb01", "Name": "sample string 2" } ]