GET api/lich-cong-tac-nguoi-thuc-hien/lich-cong-tac-nguoi-thuc-hien-view
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseOfLichCongTac_NguoiThucHien_v| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of LichCongTac_NguoiThucHien_v |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"data": [
{
"idNguoiThucHien": 1,
"phapDanh": "sample string 2",
"ngay": 3,
"thang": 4,
"nam": 5,
"tuNgay": "2025-12-11T20:10:51.3899733+07:00"
},
{
"idNguoiThucHien": 1,
"phapDanh": "sample string 2",
"ngay": 3,
"thang": 4,
"nam": 5,
"tuNgay": "2025-12-11T20:10:51.3899733+07:00"
}
]
}
application/xml, text/xml
Sample:
<ResponseOfLichCongTac_NguoiThucHien_vL4QI0Vm7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuanLyPhatTu_API.Models">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DTO.Model_API">
<d2p1:LichCongTac_NguoiThucHien_v>
<d2p1:IDNguoiThucHien>1</d2p1:IDNguoiThucHien>
<d2p1:Nam>5</d2p1:Nam>
<d2p1:Ngay>3</d2p1:Ngay>
<d2p1:PhapDanh>sample string 2</d2p1:PhapDanh>
<d2p1:Thang>4</d2p1:Thang>
<d2p1:TuNgay>2025-12-11T20:10:51.3899733+07:00</d2p1:TuNgay>
</d2p1:LichCongTac_NguoiThucHien_v>
<d2p1:LichCongTac_NguoiThucHien_v>
<d2p1:IDNguoiThucHien>1</d2p1:IDNguoiThucHien>
<d2p1:Nam>5</d2p1:Nam>
<d2p1:Ngay>3</d2p1:Ngay>
<d2p1:PhapDanh>sample string 2</d2p1:PhapDanh>
<d2p1:Thang>4</d2p1:Thang>
<d2p1:TuNgay>2025-12-11T20:10:51.3899733+07:00</d2p1:TuNgay>
</d2p1:LichCongTac_NguoiThucHien_v>
</Data>
<Message>sample string 2</Message>
<Status>true</Status>
</ResponseOfLichCongTac_NguoiThucHien_vL4QI0Vm7>