GET api/GiaoViec/DanhSachNhanVienGiaoViec?NguoiDung={NguoiDung}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NguoiDung | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_API_DanhSachNhanVienGiaoViec_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| NGUOIDUNG | integer |
None. |
|
| HOTEN | string |
None. |
|
| TENNHOMNGUOIDUNG | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NGUOIDUNG": 1,
"HOTEN": "sample string 2",
"TENNHOMNGUOIDUNG": "sample string 3"
},
{
"NGUOIDUNG": 1,
"HOTEN": "sample string 2",
"TENNHOMNGUOIDUNG": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_API_DanhSachNhanVienGiaoViec_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<SP_API_DanhSachNhanVienGiaoViec_Result>
<HOTEN>sample string 2</HOTEN>
<NGUOIDUNG>1</NGUOIDUNG>
<TENNHOMNGUOIDUNG>sample string 3</TENNHOMNGUOIDUNG>
</SP_API_DanhSachNhanVienGiaoViec_Result>
<SP_API_DanhSachNhanVienGiaoViec_Result>
<HOTEN>sample string 2</HOTEN>
<NGUOIDUNG>1</NGUOIDUNG>
<TENNHOMNGUOIDUNG>sample string 3</TENNHOMNGUOIDUNG>
</SP_API_DanhSachNhanVienGiaoViec_Result>
</ArrayOfSP_API_DanhSachNhanVienGiaoViec_Result>