Description:
This endpoint retrieves information about the version of the Employee Self Service application.
Method: `GET`
Parameters:
None
Request Headers:
None
Response:
HTTP Status Code: 200 OK
Content-Type: application/json
Response Body:
{ "name": "Employee Self Service", "version": "0.8.0.SNAPSHOT" }
Example Request:
GET /rest/version
Example Response:
HTTP/1.1 200 OK Content-Type: application/json { "name": "Employee Self Service", "version": "0.8.0.SNAPSHOT" }