POST StatReports/GetDepartmentAvgDifficulty
业务平均难度系数统计
Request Information
URI Parameters
None.
Body Parameters
BussinessDeptCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyCodes | string |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| DeptIds | string |
None. |
|
| ProjectRole | string |
None. |
|
| UserIds | string |
None. |
|
| Pointer | string |
None. |
|
| IsActived | boolean |
None. |
|
| PageSize | integer |
None. |
|
| CurrentPage | integer |
None. |
|
| CompanyCode | string |
None. |
|
| Sort | Collection of SortCriteria |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyCodes": "sample string 1",
"StartTime": "2026-06-02T20:32:46.6819537+08:00",
"EndTime": "2026-06-02T20:32:46.6819537+08:00",
"DeptIds": "sample string 2",
"ProjectRole": "sample string 3",
"UserIds": "sample string 4",
"Pointer": "sample string 5",
"IsActived": true,
"PageSize": 1,
"CurrentPage": 1,
"CompanyCode": "sample string 6",
"Sort": [
{
"SortOrder": 1,
"SortField": "sample string 2",
"Descending": true
},
{
"SortOrder": 1,
"SortField": "sample string 2",
"Descending": true
}
]
}
application/xml, text/xml
Sample:
<BussinessDeptCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.Criteria">
<CompanyCode xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">sample string 6</CompanyCode>
<CurrentPage xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">1</CurrentPage>
<IsActived xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">true</IsActived>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">1</PageSize>
<Sort xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
<SortCriteria>
<Descending>true</Descending>
<SortField>sample string 2</SortField>
<SortOrder>1</SortOrder>
</SortCriteria>
<SortCriteria>
<Descending>true</Descending>
<SortField>sample string 2</SortField>
<SortOrder>1</SortOrder>
</SortCriteria>
</Sort>
<CompanyCodes>sample string 1</CompanyCodes>
<DeptIds>sample string 2</DeptIds>
<EndTime>2026-06-02T20:32:46.6819537+08:00</EndTime>
<Pointer>sample string 5</Pointer>
<ProjectRole>sample string 3</ProjectRole>
<StartTime>2026-06-02T20:32:46.6819537+08:00</StartTime>
<UserIds>sample string 4</UserIds>
</BussinessDeptCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfListOfAvgDifficultyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | Collection of AvgDifficultyModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": [
{
"Company": "sample string 1",
"CompanyId": "sample string 2",
"DeptId": "sample string 3",
"DeptName": "sample string 4",
"DiffSum": 5.0,
"DeptAvgDiff": 6.0,
"DeptTotalUser": 7,
"SDeptId": "sample string 8",
"SecondDept": "sample string 9",
"SDeptDiffSum": 10.0,
"SDeptDeptAvgDiff": 11.0,
"SDeptTotalUser": 12
},
{
"Company": "sample string 1",
"CompanyId": "sample string 2",
"DeptId": "sample string 3",
"DeptName": "sample string 4",
"DiffSum": 5.0,
"DeptAvgDiff": 6.0,
"DeptTotalUser": 7,
"SDeptId": "sample string 8",
"SecondDept": "sample string 9",
"SDeptDiffSum": 10.0,
"SDeptDeptAvgDiff": 11.0,
"SDeptTotalUser": 12
}
]
}
application/xml, text/xml
Sample:
<RemoteResponseOfArrayOfAvgDifficultyModeldmGyRm56 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
<Errors>sample string 2</Errors>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
<d2p1:AvgDifficultyModel>
<d2p1:Company>sample string 1</d2p1:Company>
<d2p1:CompanyId>sample string 2</d2p1:CompanyId>
<d2p1:DeptAvgDiff>6</d2p1:DeptAvgDiff>
<d2p1:DeptId>sample string 3</d2p1:DeptId>
<d2p1:DeptName>sample string 4</d2p1:DeptName>
<d2p1:DeptTotalUser>7</d2p1:DeptTotalUser>
<d2p1:DiffSum>5</d2p1:DiffSum>
<d2p1:SDeptDeptAvgDiff>11</d2p1:SDeptDeptAvgDiff>
<d2p1:SDeptDiffSum>10</d2p1:SDeptDiffSum>
<d2p1:SDeptId>sample string 8</d2p1:SDeptId>
<d2p1:SDeptTotalUser>12</d2p1:SDeptTotalUser>
<d2p1:SecondDept>sample string 9</d2p1:SecondDept>
</d2p1:AvgDifficultyModel>
<d2p1:AvgDifficultyModel>
<d2p1:Company>sample string 1</d2p1:Company>
<d2p1:CompanyId>sample string 2</d2p1:CompanyId>
<d2p1:DeptAvgDiff>6</d2p1:DeptAvgDiff>
<d2p1:DeptId>sample string 3</d2p1:DeptId>
<d2p1:DeptName>sample string 4</d2p1:DeptName>
<d2p1:DeptTotalUser>7</d2p1:DeptTotalUser>
<d2p1:DiffSum>5</d2p1:DiffSum>
<d2p1:SDeptDeptAvgDiff>11</d2p1:SDeptDeptAvgDiff>
<d2p1:SDeptDiffSum>10</d2p1:SDeptDiffSum>
<d2p1:SDeptId>sample string 8</d2p1:SDeptId>
<d2p1:SDeptTotalUser>12</d2p1:SDeptTotalUser>
<d2p1:SecondDept>sample string 9</d2p1:SecondDept>
</d2p1:AvgDifficultyModel>
</Result>
<Success>true</Success>
<UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfArrayOfAvgDifficultyModeldmGyRm56>