GET api/v2/so-theo-doi-dang-ky-hoc-he-qua-trinh-danh-gia/lay-theo-id/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfSoTheoDoiDKyHocHe_QT_DanhGia_View
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

SoTheoDoiDKyHocHe_QT_DanhGia_View

None.

Response Formats

application/json, text/json

Sample:
{
  "status": true,
  "message": "sample string 2",
  "data": {
    "tuanThu": 1,
    "maTieuChi": "sample string 1",
    "tenTieuChi": "sample string 2",
    "id": "d71b72e3-027e-432c-a7b7-fb04faf89eca",
    "idSoTheoDoi": "dc2f6e86-0d33-4b0f-ab65-e0df2f286889",
    "idSoTheoDoi_QT": "889388e6-3fe0-4ff1-bcee-2f56dcc84c0e",
    "idTieuChi": 1,
    "diem": 1.0,
    "ghiChu": "sample string 6",
    "inUsed": true,
    "createdBy": 1,
    "createdOn": "2026-02-21T15:07:59.6547253+07:00",
    "editedBy": 1,
    "editedOn": "2026-02-21T15:07:59.6547253+07:00"
  }
}

application/xml, text/xml

Sample:
<ResponseObjectOfSoTheoDoiDKyHocHe_QT_DanhGia_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>2026-02-21T15:07:59.6547253+07:00</d2p1:CreatedOn>
    <d2p1:Diem>1</d2p1:Diem>
    <d2p1:EditedBy>1</d2p1:EditedBy>
    <d2p1:EditedOn>2026-02-21T15:07:59.6547253+07:00</d2p1:EditedOn>
    <d2p1:GhiChu>sample string 6</d2p1:GhiChu>
    <d2p1:ID>d71b72e3-027e-432c-a7b7-fb04faf89eca</d2p1:ID>
    <d2p1:IdSoTheoDoi>dc2f6e86-0d33-4b0f-ab65-e0df2f286889</d2p1:IdSoTheoDoi>
    <d2p1:IdSoTheoDoi_QT>889388e6-3fe0-4ff1-bcee-2f56dcc84c0e</d2p1:IdSoTheoDoi_QT>
    <d2p1:IdTieuChi>1</d2p1:IdTieuChi>
    <d2p1:InUsed>true</d2p1:InUsed>
    <d2p1:MaTieuChi>sample string 1</d2p1:MaTieuChi>
    <d2p1:TenTieuChi>sample string 2</d2p1:TenTieuChi>
    <d2p1:TuanThu>1</d2p1:TuanThu>
  </Data>
  <Message>sample string 2</Message>
  <Status>true</Status>
</ResponseObjectOfSoTheoDoiDKyHocHe_QT_DanhGia_Viewpv1JTFkd>