GET api/KSNB_WorkingDay/GetAllDataItem?Year={Year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of KSNB_WorkingDayModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Ngay | date |
None. |
|
| Thu | string |
None. |
|
| Tuan_Nam | string |
None. |
|
| Tuan_Thang | string |
None. |
|
| Thang_Nam | string |
None. |
|
| GhiChu | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "d1b99a1e-9f1a-4d3c-8cad-2a4a027b0c1d",
"Ngay": "2026-01-29T16:26:48.8024129+07:00",
"Thu": "sample string 2",
"Tuan_Nam": "sample string 3",
"Tuan_Thang": "sample string 4",
"Thang_Nam": "sample string 5",
"GhiChu": "sample string 6",
"ChangeStatus": 7
},
{
"GuidID": "d1b99a1e-9f1a-4d3c-8cad-2a4a027b0c1d",
"Ngay": "2026-01-29T16:26:48.8024129+07:00",
"Thu": "sample string 2",
"Tuan_Nam": "sample string 3",
"Tuan_Thang": "sample string 4",
"Thang_Nam": "sample string 5",
"GhiChu": "sample string 6",
"ChangeStatus": 7
}
]