GET api/DaoTao_ASM/DaoTao_ASM_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DaoTao_ASMModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaNV | string |
None. |
|
| HoVaTen | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "02829311-681d-4a67-912d-687b3c829767",
"MaNV": "sample string 2",
"HoVaTen": "sample string 3",
"ChangeStatus": 4
},
{
"GuidID": "02829311-681d-4a67-912d-687b3c829767",
"MaNV": "sample string 2",
"HoVaTen": "sample string 3",
"ChangeStatus": 4
}
]