POST api/CongViecCRM/GetCongViec
Request Information
URI Parameters
None.
Body Parameters
CongViecCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| ListNguoiDuocXem | string |
None. |
|
| ListNguoiNhan | string |
None. |
|
| ListVanBan | string |
None. |
|
| ListVanBanDi | string |
None. |
|
| ListTrangThaiCongViec | string |
None. |
|
| ListLinhVuc | string |
None. |
|
| ListLoaiCongViec | string |
None. |
|
| ListDuyet | string |
None. |
|
| ListCongViecKhongDung | string |
None. |
|
| ListSupplierID | string |
None. |
|
| ListCVCon | string |
None. |
|
| ListNguoiDungID | string |
None. |
|
| CongViecID | integer |
None. |
|
| ParentID | integer |
None. |
|
| LaNgayThucHien | boolean |
None. |
|
| LayCongViecCuaBanThan | boolean |
None. |
|
| NguoiDungID | integer |
None. |
|
| FromDateCall | date |
None. |
|
| ToDateCall | date |
None. |
|
| TrangThaiCongViecID | integer |
None. |
|
| LoaiCongViecConID | integer |
None. |
|
| DoUuTienID | integer |
None. |
|
| ListLoaiCongViecCon | string |
None. |
|
| LineDuocXem | string |
None. |
|
| LaDV | boolean |
None. |
|
| DanhGiaID | integer |
None. |
|
| KhuVuc | string |
None. |
|
| ChiTiet | boolean |
None. |
|
| XemCongViecTheoLine | boolean |
None. |
|
| Loai | integer |
None. |
|
| DamNhiemID | 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:
{
"ListNguoiDuocXem": "sample string 1",
"ListNguoiNhan": "sample string 2",
"ListVanBan": "sample string 3",
"ListVanBanDi": "sample string 4",
"ListTrangThaiCongViec": "sample string 5",
"ListLinhVuc": "sample string 6",
"ListLoaiCongViec": "sample string 7",
"ListDuyet": "sample string 8",
"ListCongViecKhongDung": "sample string 9",
"ListSupplierID": "sample string 10",
"ListCVCon": "sample string 11",
"ListNguoiDungID": "sample string 12",
"CongViecID": 13,
"ParentID": 1,
"LaNgayThucHien": true,
"LayCongViecCuaBanThan": true,
"NguoiDungID": 1,
"FromDateCall": "2025-10-29T01:03:55.9137362+07:00",
"ToDateCall": "2025-10-29T01:03:55.9137362+07:00",
"TrangThaiCongViecID": 1,
"LoaiCongViecConID": 1,
"DoUuTienID": 1,
"ListLoaiCongViecCon": "sample string 16",
"LineDuocXem": "sample string 17",
"LaDV": true,
"DanhGiaID": 1,
"KhuVuc": "sample string 18",
"ChiTiet": true,
"XemCongViecTheoLine": true,
"Loai": 1,
"DamNhiemID": 1,
"Begin": 20,
"End": 21,
"TextSearch": "sample string 22",
"FromDate": "2025-10-29T01:03:55.9293583+07:00",
"ToDate": "2025-10-29T01:03:55.9293583+07:00",
"IsHot": 23,
"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": {}
}