GET api/TestOnline/SP_GetAllDoiTuongDaoTao
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DM_DoiTuongDaoTaoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Ten | string |
None. |
|
| GhiChu | string |
None. |
|
| NgayTao | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Ten": "sample string 2",
"GhiChu": "sample string 3",
"NgayTao": "2026-01-29T18:24:49.8196886+07:00"
},
{
"ID": 1,
"Ten": "sample string 2",
"GhiChu": "sample string 3",
"NgayTao": "2026-01-29T18:24:49.8196886+07:00"
}
]