GET api/PDT_DangKyNghi/PDT_DangKyNghi_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PDT_DangKyNghiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaNV | string |
None. |
|
| TenNV | string |
None. |
|
| NgayNghi | date |
None. |
|
| LyDo | string |
None. |
|
| GhiChu | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "99b63f20-56dd-41de-9776-eff19f74bbaa",
"MaNV": "sample string 2",
"TenNV": "sample string 3",
"NgayNghi": "2026-01-29T16:30:29.2924164+07:00",
"LyDo": "sample string 4",
"GhiChu": "sample string 5"
},
{
"GuidID": "99b63f20-56dd-41de-9776-eff19f74bbaa",
"MaNV": "sample string 2",
"TenNV": "sample string 3",
"NgayNghi": "2026-01-29T16:30:29.2924164+07:00",
"LyDo": "sample string 4",
"GhiChu": "sample string 5"
}
]