GET api/v1/utility/server-time

Get the current server time

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ServerInfoDto
NameDescriptionTypeAdditional information
ServerTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "serverTime": "2025-12-08T09:10:48.1191218Z"
}

application/xml, text/xml

Sample:
<ServerInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Workpilot.ServiceLayer.Models" />