GET api/info/getInfo
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Version": "sample string 2",
"LastUpdateUtc": "2026-07-04T12:38:40.9394867+02:00"
}
application/xml, text/xml
Sample:
<class_info xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/satan"> <LastUpdateUtc>2026-07-04T12:38:40.9394867+02:00</LastUpdateUtc> <Name>sample string 1</Name> <Version>sample string 2</Version> </class_info>