POST api/NguoiDungCRM/GetListUser
Request Information
URI Parameters
None.
Body Parameters
ConditionUser| Name | Description | Type | Additional information |
|---|---|---|---|
| XemChamCong | boolean |
None. |
|
| CoCon | boolean |
None. |
|
| CloseTimekeep | boolean |
None. |
|
| ListGroup | string |
None. |
|
| ListPhongBan | string |
None. |
|
| ListChucDanhTiengAnh | string |
None. |
|
| ListChucVu | string |
None. |
|
| ListCapBac | string |
None. |
|
| ListDonVi | string |
None. |
|
| ListDonViNoUse | string |
None. |
|
| ListNhanHeThong | string |
None. |
|
| ListLaborContract | string |
None. |
|
| LaborContractOverdue | integer |
None. |
|
| FromNgayNghiViec | date |
None. |
|
| ToNgayNghiViec | date |
None. |
|
| FromDateNgayVaoLam | date |
None. |
|
| ToDateNgayVaoLam | date |
None. |
|
| ListMonthOfBirth | string |
None. |
|
| ListGioiTinh | Collection of integer |
None. |
|
| Khoa | integer |
None. |
|
| HasLyDoNghiViec | integer |
None. |
|
| TruongBoPhan | integer |
None. |
|
| HasUyQuyen | integer |
None. |
|
| ListUserNoUse | string |
None. |
|
| ListUserUse | string |
None. |
|
| SmallerNgayVaoLam | integer |
None. |
|
| GreaterNgayVaoLam | integer |
None. |
|
| SmallerNgayKetThucHDLD | integer |
None. |
|
| QuaHanHDLD | integer |
None. |
|
| CheckORUser | boolean |
None. |
|
| NgayXinPhepBuGio | date |
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:
{
"XemChamCong": true,
"CoCon": true,
"CloseTimekeep": true,
"ListGroup": "sample string 2",
"ListPhongBan": "sample string 3",
"ListChucDanhTiengAnh": "sample string 4",
"ListChucVu": "sample string 5",
"ListCapBac": "sample string 6",
"ListDonVi": "sample string 7",
"ListDonViNoUse": "sample string 8",
"ListNhanHeThong": "sample string 9",
"ListLaborContract": "sample string 10",
"LaborContractOverdue": 11,
"FromNgayNghiViec": "2025-10-29T10:55:27.3399314+07:00",
"ToNgayNghiViec": "2025-10-29T10:55:27.3399314+07:00",
"FromDateNgayVaoLam": "2025-10-29T10:55:27.3399314+07:00",
"ToDateNgayVaoLam": "2025-10-29T10:55:27.3399314+07:00",
"ListMonthOfBirth": "sample string 12",
"ListGioiTinh": [
1,
2
],
"Khoa": 13,
"HasLyDoNghiViec": 14,
"TruongBoPhan": 15,
"HasUyQuyen": 16,
"ListUserNoUse": "sample string 17",
"ListUserUse": "sample string 18",
"SmallerNgayVaoLam": 19,
"GreaterNgayVaoLam": 20,
"SmallerNgayKetThucHDLD": 21,
"QuaHanHDLD": 22,
"CheckORUser": true,
"NgayXinPhepBuGio": "2025-10-29T10:55:27.3399314+07:00",
"NguoiDungID": 1,
"Begin": 24,
"End": 25,
"TextSearch": "sample string 26",
"FromDate": "2025-10-29T10:55:27.3399314+07:00",
"ToDate": "2025-10-29T10:55:27.3399314+07:00",
"IsHot": 27,
"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": {}
}