GET api/CSKH_PhanNhomKhieuNai/CSKH_PhanNhomKhieuNai_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CSKH_PhanNhomKhieuNaiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| NhomKhieuNai | string |
None. |
|
| LoaiKhieuNai | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "d259467b-fc5e-4828-999b-13ae69daec8a",
"NhomKhieuNai": "sample string 2",
"LoaiKhieuNai": "sample string 3"
},
{
"GuidID": "d259467b-fc5e-4828-999b-13ae69daec8a",
"NhomKhieuNai": "sample string 2",
"LoaiKhieuNai": "sample string 3"
}
]