GET api/PDT_CauHinhASM/PDT_CauHinhASM_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PDT_CauHinhASMModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaNV | string |
None. |
|
| HoVaTen | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "fc49a571-f513-4733-a08c-a4537cb0911b",
"MaNV": "sample string 2",
"HoVaTen": "sample string 3"
},
{
"GuidID": "fc49a571-f513-4733-a08c-a4537cb0911b",
"MaNV": "sample string 2",
"HoVaTen": "sample string 3"
}
]