GET api/ApiHealth
Method that returns the current application version and datetime.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiHealth| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentDateTime | date |
None. |
|
| Version | string |
None. |
Response Formats
application/json
Sample:
{
"CurrentDateTime": "2025-12-16T23:18:12.9735839+01:00",
"Version": "0.1.1.1"
}
text/json
Sample:
{
"CurrentDateTime": "2025-12-16T23:18:12.9892475+01:00",
"Version": "0.1.1.1"
}
application/xml, text/xml
Sample:
<ApiHealth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OzmWebApiLevelLevel.Models" />