GET api/projectReport/getTopDeptRank?date={date}&companynumber={companynumber}&limitBindId={limitBindId}&moduleBIndId={moduleBIndId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
Required |
|
| companynumber | integer |
Required |
|
| limitBindId | integer |
Required |
|
| moduleBIndId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfCommonRankModelOfListOfRegionRankDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | CommonRankModelOfListOfRegionRankDetail |
None. |
|
| error | string |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {
"date": "sample string 1",
"title": "sample string 2",
"total": 3,
"list": [
{
"rankNumber": 1,
"regionName": "sample string 2",
"amount": 3,
"count": 4,
"proportion": "sample string 5",
"performance": 6
},
{
"rankNumber": 1,
"regionName": "sample string 2",
"amount": 3,
"count": 4,
"proportion": "sample string 5",
"performance": 6
}
]
},
"error": "sample string 2",
"code": 3
}