Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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"
}
  • No labels