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": "41474ebc-4211-4646-b55d-468e3547b354",
"NgayLamViec": "2026-01-29T16:30:43.2397404+07:00",
"CTVID": "f19efd59-a8db-40be-aada-86f94916a59d",
"MaCTV": "sample string 4",
"HoVaTenCTV": "sample string 5",
"PickerID": "6129086e-9855-4046-86db-753a5171f6df",
"MaPicker": "sample string 6",
"HoVaTenPicker": "sample string 7",
"NgayDangKy": "2026-01-29T16:30:43.2397404+07:00",
"NguoiDangKy": "sample string 9",
"Status": 10
},
{
"GuidID": "41474ebc-4211-4646-b55d-468e3547b354",
"NgayLamViec": "2026-01-29T16:30:43.2397404+07:00",
"CTVID": "f19efd59-a8db-40be-aada-86f94916a59d",
"MaCTV": "sample string 4",
"HoVaTenCTV": "sample string 5",
"PickerID": "6129086e-9855-4046-86db-753a5171f6df",
"MaPicker": "sample string 6",
"HoVaTenPicker": "sample string 7",
"NgayDangKy": "2026-01-29T16:30:43.2397404+07:00",
"NguoiDangKy": "sample string 9",
"Status": 10
}
]