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 EmployeeGhiChuInfoName | 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-05-23T12:19:58.6085905+07:00", "ModifiedDate": "2025-05-23T12:19:58.6085905+07:00" }, { "EmployeeGhiChuID": 1, "EmployeeID": "sample string 2", "GhiChu": "sample string 3", "NgayGio": "2025-05-23T12:19:58.6085905+07:00", "ModifiedDate": "2025-05-23T12:19:58.6085905+07:00" } ]