GET api/v2/so-theo-doi-dang-ky-hoc-he-qua-trinh/lay-theo-id/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfSoTheoDoiDKyHocHe_QuaTrinh_View| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | SoTheoDoiDKyHocHe_QuaTrinh_View |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"message": "sample string 2",
"data": {
"huynhTruong_Ma": "sample string 1",
"huynhTruong_HoTen": "sample string 2",
"huynhTruong_PhapDanh": "sample string 3",
"huynhTruong_IdNoiSinhHoat": 1,
"huynhTruong_MaNoiSinhHoat": "sample string 4",
"huynhTruong_TenNoiSinhHoat": "sample string 5",
"huynhTruong_TuNgay": "2025-12-11T19:58:54.067434+07:00",
"huynhTruong_DenNgay": "2025-12-11T19:58:54.067434+07:00",
"id": "ad60955e-0738-4d60-806c-360055e451b9",
"idSoTheoDoi": "b45086e4-397a-410c-8bf4-654b2c9ad12b",
"idHuynhTruong": 1,
"tongDiemQuaTrinh": 1.0,
"tuanThu": 1,
"ghiChu": "sample string 8",
"inUsed": true,
"createdBy": 1,
"createdOn": "2025-12-11T19:58:54.0683918+07:00",
"editedBy": 1,
"editedOn": "2025-12-11T19:58:54.0683918+07:00"
}
}
application/xml, text/xml
Sample:
<ResponseObjectOfSoTheoDoiDKyHocHe_QuaTrinh_Viewpv1JTFkd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuanLyPhatTu_API.Models">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DTO">
<d2p1:CreatedBy>1</d2p1:CreatedBy>
<d2p1:CreatedOn>2025-12-11T19:58:54.0683918+07:00</d2p1:CreatedOn>
<d2p1:EditedBy>1</d2p1:EditedBy>
<d2p1:EditedOn>2025-12-11T19:58:54.0683918+07:00</d2p1:EditedOn>
<d2p1:GhiChu>sample string 8</d2p1:GhiChu>
<d2p1:ID>ad60955e-0738-4d60-806c-360055e451b9</d2p1:ID>
<d2p1:IdHuynhTruong>1</d2p1:IdHuynhTruong>
<d2p1:IdSoTheoDoi>b45086e4-397a-410c-8bf4-654b2c9ad12b</d2p1:IdSoTheoDoi>
<d2p1:InUsed>true</d2p1:InUsed>
<d2p1:TongDiemQuaTrinh>1</d2p1:TongDiemQuaTrinh>
<d2p1:TuanThu>1</d2p1:TuanThu>
<d2p1:HuynhTruong_DenNgay>2025-12-11T19:58:54.067434+07:00</d2p1:HuynhTruong_DenNgay>
<d2p1:HuynhTruong_HoTen>sample string 2</d2p1:HuynhTruong_HoTen>
<d2p1:HuynhTruong_IdNoiSinhHoat>1</d2p1:HuynhTruong_IdNoiSinhHoat>
<d2p1:HuynhTruong_Ma>sample string 1</d2p1:HuynhTruong_Ma>
<d2p1:HuynhTruong_MaNoiSinhHoat>sample string 4</d2p1:HuynhTruong_MaNoiSinhHoat>
<d2p1:HuynhTruong_PhapDanh>sample string 3</d2p1:HuynhTruong_PhapDanh>
<d2p1:HuynhTruong_TenNoiSinhHoat>sample string 5</d2p1:HuynhTruong_TenNoiSinhHoat>
<d2p1:HuynhTruong_TuNgay>2025-12-11T19:58:54.067434+07:00</d2p1:HuynhTruong_TuNgay>
</Data>
<Message>sample string 2</Message>
<Status>true</Status>
</ResponseObjectOfSoTheoDoiDKyHocHe_QuaTrinh_Viewpv1JTFkd>