GET api/DangKyLichLamViecCongTacVien/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DangKyLichLamViecCongTacVienModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| NgayLamViec | date |
None. |
|
| CTVID | globally unique identifier |
None. |
|
| MaCTV | string |
None. |
|
| HoVaTenCTV | string |
None. |
|
| PickerID | globally unique identifier |
None. |
|
| MaPicker | string |
None. |
|
| HoVaTenPicker | string |
None. |
|
| NgayDangKy | date |
None. |
|
| NguoiDangKy | string |
None. |
|
| Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "bb8934c2-108e-4869-a6f2-867cb4de114b",
"NgayLamViec": "2026-04-03T18:13:40.8931115+07:00",
"CTVID": "ea6c6abd-98f2-4272-a87b-a348d87a4148",
"MaCTV": "sample string 4",
"HoVaTenCTV": "sample string 5",
"PickerID": "40fc903a-28da-41a0-82ae-1a668af100ae",
"MaPicker": "sample string 6",
"HoVaTenPicker": "sample string 7",
"NgayDangKy": "2026-04-03T18:13:40.8931115+07:00",
"NguoiDangKy": "sample string 9",
"Status": 10
},
{
"GuidID": "bb8934c2-108e-4869-a6f2-867cb4de114b",
"NgayLamViec": "2026-04-03T18:13:40.8931115+07:00",
"CTVID": "ea6c6abd-98f2-4272-a87b-a348d87a4148",
"MaCTV": "sample string 4",
"HoVaTenCTV": "sample string 5",
"PickerID": "40fc903a-28da-41a0-82ae-1a668af100ae",
"MaPicker": "sample string 6",
"HoVaTenPicker": "sample string 7",
"NgayDangKy": "2026-04-03T18:13:40.8931115+07:00",
"NguoiDangKy": "sample string 9",
"Status": 10
}
]