GET api/SystemInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

SystemInfo
NameDescriptionTypeAdditional information
DeployedOn

date

None.

Version

string

None.

Response Formats

application/json, text/json

Sample:
{
  "DeployedOn": "2025-08-29T01:17:14.4381681+00:00",
  "Version": "sample string 1"
}

text/html, multipart/form-data, application/zip

Sample:
{"DeployedOn":"2025-08-29T01:17:14.4381681+00:00","Version":"sample string 1"}

application/xml, text/xml

Sample:
<SystemInfoController.SystemInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DentaCAD.API.Controllers">
  <DeployedOn>2025-08-29T01:17:14.4381681+00:00</DeployedOn>
  <Version>sample string 1</Version>
</SystemInfoController.SystemInfo>