Search urban centers by keyword
GET
/api/v1/UrbanCenter/search/{keyword}
This endpoint returns a list of urban centers where fields like code, name, and type match the provided keyword
Parameters
Path Parameters
keyword*
Typestring
RequiredResponses
OK
application/json
JSON
[
{
"id": 0,
"cityId": 0,
"code": "string",
"name": "string",
"type": "string",
"longitude": 0,
"latitude": 0
}
]