---++ GET /api/admin/version * Description * Parameters * Results * Examples ---++ Description Get version of the falcon server. ---++ Parameters * doAs allows the current user to impersonate the user passed in doAs when interacting with the Falcon system. ---++ Results Version of the server. ---++ Examples ---+++ Rest Call GET http://localhost:15000/api/admin/version?doAs=joe ---+++ Result { "properties":[ { "key":"Version", "value":"0.4-incubating-SNAPSHOT-rb47788d1112fcf949c22a3860934167237b395b0" }, { "key":"Mode", "value":"embedded" } ] }