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": "5998c36d-2d69-4bdd-8dde-903fc3d56b52",
"MaNV": "sample string 2",
"HoVaTen": "sample string 3",
"ChangeStatus": 4
},
{
"GuidID": "5998c36d-2d69-4bdd-8dde-903fc3d56b52",
"MaNV": "sample string 2",
"HoVaTen": "sample string 3",
"ChangeStatus": 4
}
]