---++ GET /api/admin/version
* Description
* Parameters
* Results
* Examples
---++ Description
Get version of the falcon server.
---++ Parameters
None.
---++ Results
Version of the server.
---++ Examples
---+++ Rest Call
GET http://localhost:15000/api/admin/version
---+++ Result
{
"properties":[
{
"key":"Version",
"value":"0.4-incubating-SNAPSHOT-rb47788d1112fcf949c22a3860934167237b395b0"
},
{
"key":"Mode",
"value":"embedded"
}
]
}