POST api/CSKH_CaseStudySuVu/CSKH_CaseStudySuVu_GetAll
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CSKH_CaseStudySuVuModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| PhanLoai | string |
None. |
|
| MaNhom | string |
None. |
|
| TenSanPham | string |
None. |
|
| SuVu | string |
None. |
|
| CauHoi | string |
None. |
|
| TraLoi | string |
None. |
|
| NguonLamViec | string |
None. |
|
| NgayLamViec | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "4c9b3280-9579-46bd-a853-f092636ec5bb",
"PhanLoai": "sample string 2",
"MaNhom": "sample string 3",
"TenSanPham": "sample string 4",
"SuVu": "sample string 5",
"CauHoi": "sample string 6",
"TraLoi": "sample string 7",
"NguonLamViec": "sample string 8",
"NgayLamViec": "2026-01-29T16:26:27.8055913+07:00"
},
{
"GuidID": "4c9b3280-9579-46bd-a853-f092636ec5bb",
"PhanLoai": "sample string 2",
"MaNhom": "sample string 3",
"TenSanPham": "sample string 4",
"SuVu": "sample string 5",
"CauHoi": "sample string 6",
"TraLoi": "sample string 7",
"NguonLamViec": "sample string 8",
"NgayLamViec": "2026-01-29T16:26:27.8055913+07:00"
}
]