GET api/Statistic/GetMacTaus?ngaygio={ngaygio}&datetype={datetype}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ngaygio

date

Required

datetype

integer

Required

Body Parameters

None.

Response Information

Resource Description

TauModel
NameDescriptionTypeAdditional information
TauInfos

Collection of TauInfo

None.

LastTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "TauInfos": [
    {
      "MacTau": "sample string 1",
      "NgayXP": "2025-10-29T09:45:24.0048098+07:00"
    },
    {
      "MacTau": "sample string 1",
      "NgayXP": "2025-10-29T09:45:24.0048098+07:00"
    }
  ],
  "LastTime": "2025-10-29T09:45:24.0204376+07:00"
}