GET api/PDT_DeThiSoLanTestToiDa/PDT_DeThiSoLanTestToiDa_GetAll?DeThiID={DeThiID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DeThiID

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PDT_DeThiSoLanTestToiDaModel
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

DeThiID

globally unique identifier

None.

TuNgay

date

None.

DenNgay

date

None.

SoLanDuocTest

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidID": "14e5fe7d-bbf5-47ff-ba05-22d8a9c95792",
    "DeThiID": "2e20e6e2-b143-46bd-a49d-bcd5344625d3",
    "TuNgay": "2026-04-03T18:13:30.8731238+07:00",
    "DenNgay": "2026-04-03T18:13:30.8731238+07:00",
    "SoLanDuocTest": 1
  },
  {
    "GuidID": "14e5fe7d-bbf5-47ff-ba05-22d8a9c95792",
    "DeThiID": "2e20e6e2-b143-46bd-a49d-bcd5344625d3",
    "TuNgay": "2026-04-03T18:13:30.8731238+07:00",
    "DenNgay": "2026-04-03T18:13:30.8731238+07:00",
    "SoLanDuocTest": 1
  }
]