GET api/RegistrationWebAPI/GetCurrentServerDate
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ServerDateName | Description | Type | Additional information |
---|---|---|---|
CurrentServerDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "CurrentServerDate": "2025-06-17T19:34:59.619862+01:00" }
text/html
Sample:
{"CurrentServerDate":"2025-06-17T19:34:59.619862+01:00"}
application/xml, text/xml
Sample:
<ServerDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nishadi_WebAPI.Areas.HelpPage.Controllers"> <CurrentServerDate>2025-06-17T19:34:59.619862+01:00</CurrentServerDate> </ServerDate>