GET api/DaoTao_LyDo/DaoTao_LyDo_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DaoTao_LyDoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| LyDo | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "d616e663-6423-4946-8e2a-6233e69394d1",
"LyDo": "sample string 2",
"ChangeStatus": 3
},
{
"GuidID": "d616e663-6423-4946-8e2a-6233e69394d1",
"LyDo": "sample string 2",
"ChangeStatus": 3
}
]