/icws/connection/server-time

Feature Version
connection 4

GET

/icws/connection/server-time

The IC server's current date time in a UTC format is returned. This value is exposed to allow conversion of times between client and the server. The relationship of clock skew to client and server times can be calculated with the returned server UTC time.

Feature Version
connection 4

Request

This request has no parameters.

Response

200 - OK
The feature information representation was successfully retrieved and is available in the entity body.
serverTimeInfo
Property
Value
Comments
serverUtcTime
DateTime

Required

The IC server's UTC time.
400 - Bad Request
The request was invalid. This can occur when the message body is malformed or missing required items. This will also occur if a required header or query string parameter is missing or invalid.
error
Provides additional detail for an error.
Property
Value
Comments
errorId
String
The error identifier that describes the current error.
message
String

Required

A message that describes the current error.
410 - Gone
This resource has been deprecated and removed from the API.
error
Provides additional detail for an error.
Property
Value
Comments
errorId
String
The error identifier that describes the current error.
message
String

Required

A message that describes the current error.
500 - Internal Server Error
An unexpected error occurred while processing the request.
error
Provides additional detail for an error.
Property
Value
Comments
errorId
String
The error identifier that describes the current error.
message
String

Required

A message that describes the current error.