GET api/cities/all
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of City| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| FrenchName | string |
None. |
|
| CountryName | string |
None. |
|
| CountryFrenchName | string |
None. |
|
| LogoUrl | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "6336f6f6-e1be-49b5-9aef-31e15aebd636",
"Name": "sample string 2",
"FrenchName": "sample string 3",
"CountryName": "sample string 4",
"CountryFrenchName": "sample string 5",
"LogoUrl": "sample string 6",
"CreatedDate": "2025-12-05T20:24:51.1028245-08:00",
"ModifiedDate": "2025-12-05T20:24:51.1028245-08:00",
"DeletedDate": "2025-12-05T20:24:51.1038262-08:00"
},
{
"Id": "6336f6f6-e1be-49b5-9aef-31e15aebd636",
"Name": "sample string 2",
"FrenchName": "sample string 3",
"CountryName": "sample string 4",
"CountryFrenchName": "sample string 5",
"LogoUrl": "sample string 6",
"CreatedDate": "2025-12-05T20:24:51.1028245-08:00",
"ModifiedDate": "2025-12-05T20:24:51.1028245-08:00",
"DeletedDate": "2025-12-05T20:24:51.1038262-08:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfCity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
<City>
<CountryFrenchName>sample string 5</CountryFrenchName>
<CountryName>sample string 4</CountryName>
<CreatedDate>2025-12-05T20:24:51.1028245-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:24:51.1038262-08:00</DeletedDate>
<FrenchName>sample string 3</FrenchName>
<Id>6336f6f6-e1be-49b5-9aef-31e15aebd636</Id>
<LogoUrl>sample string 6</LogoUrl>
<ModifiedDate>2025-12-05T20:24:51.1028245-08:00</ModifiedDate>
<Name>sample string 2</Name>
</City>
<City>
<CountryFrenchName>sample string 5</CountryFrenchName>
<CountryName>sample string 4</CountryName>
<CreatedDate>2025-12-05T20:24:51.1028245-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:24:51.1038262-08:00</DeletedDate>
<FrenchName>sample string 3</FrenchName>
<Id>6336f6f6-e1be-49b5-9aef-31e15aebd636</Id>
<LogoUrl>sample string 6</LogoUrl>
<ModifiedDate>2025-12-05T20:24:51.1028245-08:00</ModifiedDate>
<Name>sample string 2</Name>
</City>
</ArrayOfCity>