GET api/RegistrationWebAPI/GetCurrentServerDate
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ServerDate| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentServerDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"CurrentServerDate": "2025-11-05T04:41:19.0493855+00:00"
}
text/html
Sample:
{"CurrentServerDate":"2025-11-05T04:41:19.0493855+00: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-11-05T04:41:19.0493855+00:00</CurrentServerDate> </ServerDate>