GET v1/Time
Gets the current server time. Requests made to this action are exempt from the clock variance requirements for request authentication.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A .
DateValueV1Name | Description | Type | Additional information |
---|---|---|---|
Date |
The date value in UTC. |
date |
None. |
Timestamp |
The number of milliseconds since UNIX epoch (01 Jan 1970 00:00:00 UTC). |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Date": "2015-08-15T22:50:10Z", "Timestamp": 1439679010000 }
application/xml, text/xml
Sample:
<DateValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Titan.API.Core.Models"> <Date>2015-08-15T22:50:10Z</Date> <Timestamp>1439679010000</Timestamp> </DateValue>