GET api/v2/he-thong/lay-thoi-gian-server

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfDateTime
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

date

None.

Response Formats

application/json, text/json

Sample:
{
  "status": true,
  "message": "sample string 2",
  "data": "2025-12-11T19:58:21.1720882+07:00"
}

application/xml, text/xml

Sample:
<ResponseObjectOfdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuanLyPhatTu_API.Models">
  <Data>2025-12-11T19:58:21.1720882+07:00</Data>
  <Message>sample string 2</Message>
  <Status>true</Status>
</ResponseObjectOfdateTime>