POST api/ThongKeCRM/GetListThongKeTheoLoaiDichVu
Request Information
URI Parameters
None.
Body Parameters
ThongKeCongViecCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| NguoiDungID | integer |
None. |
|
| ListNguoiDungID | string |
None. |
|
| LineDuocXem | string |
None. |
|
| TrangThaiCongViecID | integer |
None. |
|
| DoUuTienID | integer |
None. |
|
| DonViID | integer |
None. |
|
| FromDateCall | date |
None. |
|
| ToDateCall | date |
None. |
|
| ListLoaiCongViec | string |
None. |
|
| ListLoaiCongViecPhu | string |
None. |
|
| ListLoaiCongViecCon | string |
None. |
|
| LaDV | boolean |
None. |
|
| DanhGiaID | integer |
None. |
|
| KhuVuc | string |
None. |
|
| ListKhuVucDV | string |
None. |
|
| GoiBCMauNuoc | integer |
None. |
|
| DamNhiemID | integer |
None. |
|
| TinhTrang | integer |
None. |
|
| TienDo | integer |
None. |
|
| QuyetToanCP | integer |
None. |
|
| PhanLoaiCP | integer |
None. |
|
| ListNoLoaiCongViec | string |
None. |
|
| IsFileCSKH | boolean |
None. |
|
| ListCongViecID | string |
None. |
|
| NguoiDungID | integer |
None. |
|
| Begin | integer |
None. |
|
| End | integer |
None. |
|
| TextSearch | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| IsHot | integer |
None. |
|
| IsExportDetail | boolean |
None. |
|
| ListColumnExport | Collection of ColumnInfo |
None. |
Request Formats
application/json, text/json
Sample:
{
"NguoiDungID": 1,
"ListNguoiDungID": "sample string 2",
"LineDuocXem": "sample string 3",
"TrangThaiCongViecID": 1,
"DoUuTienID": 1,
"DonViID": 1,
"FromDateCall": "2025-10-29T10:51:39.786857+07:00",
"ToDateCall": "2025-10-29T10:51:39.786857+07:00",
"ListLoaiCongViec": "sample string 4",
"ListLoaiCongViecPhu": "sample string 5",
"ListLoaiCongViecCon": "sample string 6",
"LaDV": true,
"DanhGiaID": 1,
"KhuVuc": "sample string 7",
"ListKhuVucDV": "sample string 8",
"GoiBCMauNuoc": 1,
"DamNhiemID": 1,
"TinhTrang": 1,
"TienDo": 1,
"QuyetToanCP": 1,
"PhanLoaiCP": 1,
"ListNoLoaiCongViec": "sample string 9",
"IsFileCSKH": true,
"ListCongViecID": "sample string 10",
"Begin": 11,
"End": 12,
"TextSearch": "sample string 13",
"FromDate": "2025-10-29T10:51:39.786857+07:00",
"ToDate": "2025-10-29T10:51:39.786857+07:00",
"IsHot": 14,
"IsExportDetail": true,
"ListSort": [
{
"Field": "sample string 1",
"DisplayName": "sample string 2",
"TypeSort": 0
},
{
"Field": "sample string 1",
"DisplayName": "sample string 2",
"TypeSort": 0
}
],
"DicColumnExport": {
"sample string 1": {
"Position": 1,
"Display": "sample string 2",
"Field": "sample string 3",
"Width": 4,
"SortType": 0
},
"sample string 2": {
"Position": 1,
"Display": "sample string 2",
"Field": "sample string 3",
"Width": 4,
"SortType": 0
}
},
"ListColumnExport": [
{
"Position": 1,
"Display": "sample string 2",
"Field": "sample string 3",
"Width": 4,
"SortType": 0
},
{
"Position": 1,
"Display": "sample string 2",
"Field": "sample string 3",
"Width": 4,
"SortType": 0
}
],
"ListFilter": [
{
"Field": "sample string 1",
"FieldParameter": "samplestring1",
"Sql": "sample string 2",
"ListField": [
"sample string 1",
"sample string 2"
],
"Value": "sample string 3",
"DataType": 4,
"Operator": 5,
"IsAnd": true
},
{
"Field": "sample string 1",
"FieldParameter": "samplestring1",
"Sql": "sample string 2",
"ListField": [
"sample string 1",
"sample string 2"
],
"Value": "sample string 3",
"DataType": 4,
"Operator": 5,
"IsAnd": true
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
}