GET api/v1/utility/server-time
Get the current server time
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ServerInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ServerTime | date |
None. |
Response Formats
application/json
Sample:
{
"serverTime": "2026-09-18T17:01:57.1263113Z"
}
text/json
Sample:
{
"serverTime": "2026-09-18T17:01:57.1268676Z"
}
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" />