GET city/v3/CZCSDNSync/GetGridPage/{id}?topNumber={topNumber}

基础网格信息

Request

URI Params

字段名字段说明字段类型附加信息
topNumber

integer

Default value is 1000

id

integer

Default value is 0

Body Params

None.

Response

Collection of GridEntity
字段名字段说明字段类型附加信息
Id

integer

None.

Code

integer

None.

Name

string

None.

Area

decimal number

None.

CityId

integer

None.

CityName

string

None.

CountyId

integer

None.

CountyName

string

None.

TownId

integer

None.

TownName

string

None.

VillageId

integer

None.

VillageName

string

None.

CenterPoint

PointModel

None.

CTime

date

None.

EntityId

Object

None.

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Code": 2,
    "Name": "sample string 3",
    "Area": 4.1,
    "CityId": 5,
    "CityName": "sample string 6",
    "CountyId": 7,
    "CountyName": "sample string 8",
    "TownId": 9,
    "TownName": "sample string 10",
    "VillageId": 11,
    "VillageName": "sample string 12",
    "CenterPoint": {
      "Lon": 1.1,
      "Lat": 2.1
    },
    "CTime": "2025-05-22T14:50:31.964Z",
    "EntityId": 1
  },
  {
    "Id": 1,
    "Code": 2,
    "Name": "sample string 3",
    "Area": 4.1,
    "CityId": 5,
    "CityName": "sample string 6",
    "CountyId": 7,
    "CountyName": "sample string 8",
    "TownId": 9,
    "TownName": "sample string 10",
    "VillageId": 11,
    "VillageName": "sample string 12",
    "CenterPoint": {
      "Lon": 1.1,
      "Lat": 2.1
    },
    "CTime": "2025-05-22T14:50:31.964Z",
    "EntityId": 1
  }
]