GET api/Statistic?ngaygio={ngaygio}&datetype={datetype}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ngaygio | date |
Required |
|
| datetype | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TauModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TauInfos | Collection of TauInfo |
None. |
|
| LastTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"TauInfos": [
{
"MacTau": "sample string 1",
"NgayXP": "2025-10-29T00:37:22.3623748+07:00"
},
{
"MacTau": "sample string 1",
"NgayXP": "2025-10-29T00:37:22.3623748+07:00"
}
],
"LastTime": "2025-10-29T00:37:22.3623748+07:00"
}