GET api/TimeSync/Get_DateTime_Presto?SystemID={SystemID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TimeZoneResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Offset | decimal number |
None. |
|
| UTCDateTime | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Offset": 1.1,
"UTCDateTime": "sample string 2"
}
application/xml, text/xml
Sample:
<TimeSyncController.TimeZoneResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OperationsAPI.Controllers"> <Offset>1.1</Offset> <UTCDateTime>sample string 2</UTCDateTime> </TimeSyncController.TimeZoneResponse>