- Home
- Resources
- System Info API
Get version of application.
GET /systeminfo/json
Get version of application.
Response Body
media type |
data type |
description |
application/json |
object
|
JSON Response with list of classes
Example of response:
{"list":[{"fieldId":"buildTime","fieldValue":"2014-08-21 14:03"},{"fieldId":"version","fieldValue":"0.1.0-SNAPSHOT"}]}
|