GET api/Employee/GetListEmployeeGhiChu?userName={userName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EmployeeGhiChuInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeGhiChuID | integer |
None. |
|
| EmployeeID | string |
None. |
|
| GhiChu | string |
None. |
|
| NgayGio | date |
None. |
|
| ModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EmployeeGhiChuID": 1,
"EmployeeID": "sample string 2",
"GhiChu": "sample string 3",
"NgayGio": "2025-10-29T10:50:52.6142218+07:00",
"ModifiedDate": "2025-10-29T10:50:52.6142218+07:00"
},
{
"EmployeeGhiChuID": 1,
"EmployeeID": "sample string 2",
"GhiChu": "sample string 3",
"NgayGio": "2025-10-29T10:50:52.6142218+07:00",
"ModifiedDate": "2025-10-29T10:50:52.6142218+07:00"
}
]