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": "07459703-4360-4c1b-9f88-718d69f3ba43",
"LyDo": "sample string 2",
"ChangeStatus": 3
},
{
"GuidID": "07459703-4360-4c1b-9f88-718d69f3ba43",
"LyDo": "sample string 2",
"ChangeStatus": 3
}
]