GET api/KeHoachLich/DanhSachLichLamViecNonWW?NguoiDung={NguoiDung}&TuNgay={TuNgay}&DenNgay={DenNgay}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NguoiDung | integer |
Required |
|
| TuNgay | string |
Required |
|
| DenNgay | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_API_DanhSachKeHoachLichNonWW_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| KeHoach | integer |
None. |
|
| TuNgay | string |
None. |
|
| DenNgay | string |
None. |
|
| TenMucTieuCongViec | string |
None. |
|
| TrangThai | string |
None. |
|
| DiaChi | string |
None. |
|
| ThoiGianCheckIn | date |
None. |
|
| MoTaHoatDong | string |
None. |
|
| IsDuyet | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"KeHoach": 1,
"TuNgay": "sample string 2",
"DenNgay": "sample string 3",
"TenMucTieuCongViec": "sample string 4",
"TrangThai": "sample string 5",
"DiaChi": "sample string 6",
"ThoiGianCheckIn": "2026-01-01T07:10:04.9994221+07:00",
"MoTaHoatDong": "sample string 7",
"IsDuyet": true
},
{
"KeHoach": 1,
"TuNgay": "sample string 2",
"DenNgay": "sample string 3",
"TenMucTieuCongViec": "sample string 4",
"TrangThai": "sample string 5",
"DiaChi": "sample string 6",
"ThoiGianCheckIn": "2026-01-01T07:10:04.9994221+07:00",
"MoTaHoatDong": "sample string 7",
"IsDuyet": true
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_API_DanhSachKeHoachLichNonWW_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<SP_API_DanhSachKeHoachLichNonWW_Result>
<DenNgay>sample string 3</DenNgay>
<DiaChi>sample string 6</DiaChi>
<IsDuyet>true</IsDuyet>
<KeHoach>1</KeHoach>
<MoTaHoatDong>sample string 7</MoTaHoatDong>
<TenMucTieuCongViec>sample string 4</TenMucTieuCongViec>
<ThoiGianCheckIn>2026-01-01T07:10:04.9994221+07:00</ThoiGianCheckIn>
<TrangThai>sample string 5</TrangThai>
<TuNgay>sample string 2</TuNgay>
</SP_API_DanhSachKeHoachLichNonWW_Result>
<SP_API_DanhSachKeHoachLichNonWW_Result>
<DenNgay>sample string 3</DenNgay>
<DiaChi>sample string 6</DiaChi>
<IsDuyet>true</IsDuyet>
<KeHoach>1</KeHoach>
<MoTaHoatDong>sample string 7</MoTaHoatDong>
<TenMucTieuCongViec>sample string 4</TenMucTieuCongViec>
<ThoiGianCheckIn>2026-01-01T07:10:04.9994221+07:00</ThoiGianCheckIn>
<TrangThai>sample string 5</TrangThai>
<TuNgay>sample string 2</TuNgay>
</SP_API_DanhSachKeHoachLichNonWW_Result>
</ArrayOfSP_API_DanhSachKeHoachLichNonWW_Result>