GET v1/attenddemo/invoke/gardengraph?gardenId={gardenId}
园区信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gardenId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of GardenGraphDto| Name | Description | Type | Additional information |
|---|---|---|---|
| GradeNum | integer |
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:
[
{
"gradeNum": 1,
"totalCount": 1,
"attendCount": 1,
"warnCount": 1,
"jcCount": 1,
"fyCount": 1,
"gcCount": 1
},
{
"gradeNum": 1,
"totalCount": 1,
"attendCount": 1,
"warnCount": 1,
"jcCount": 1,
"fyCount": 1,
"gcCount": 1
}
]