GET api/DanhSachCongTacVien/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DanhSachCongTacVienModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaCTV | string |
None. |
|
| HoVaTen | string |
None. |
|
| NgayDangKy | date |
None. |
|
| NguoiDangKy | string |
None. |
|
| Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "b83a6706-3bd0-41bd-8b2a-1ffe143bd041",
"MaCTV": "sample string 2",
"HoVaTen": "sample string 3",
"NgayDangKy": "2026-04-03T18:10:26.9081128+07:00",
"NguoiDangKy": "sample string 5",
"Status": 6
},
{
"GuidID": "b83a6706-3bd0-41bd-8b2a-1ffe143bd041",
"MaCTV": "sample string 2",
"HoVaTen": "sample string 3",
"NgayDangKy": "2026-04-03T18:10:26.9081128+07:00",
"NguoiDangKy": "sample string 5",
"Status": 6
}
]