GET v1/attenddemo/invoke/districtgraph?districtName={districtName}
区级地图
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
districtName | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of DistrictGraphDtoName | Description | Type | Additional information |
---|---|---|---|
GardenId | integer |
None. |
|
GardenName | string |
None. |
|
TotalCount | integer |
None. |
|
AttendCount | integer |
None. |
|
WarnCount | integer |
None. |
|
JCCount | integer |
None. |
|
FYCount | integer |
None. |
|
GCCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "gardenId": 1, "gardenName": "sample string 2", "totalCount": 3, "attendCount": 1, "warnCount": 1, "jcCount": 1, "fyCount": 1, "gcCount": 1 }, { "gardenId": 1, "gardenName": "sample string 2", "totalCount": 3, "attendCount": 1, "warnCount": 1, "jcCount": 1, "fyCount": 1, "gcCount": 1 } ]