/
Endpoint: '/rest/version'
Endpoint: '/rest/version'
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"
}
, multiple selections available,
Related content
Employee Self Service API Documentation
Employee Self Service API Documentation
Read with this
Endpoint: '/rest/v1/test-connection'
Endpoint: '/rest/v1/test-connection'
More like this
Endpoint: '/rest/v1/leave-requests'
Endpoint: '/rest/v1/leave-requests'
More like this
Determining Release Version
Determining Release Version
More like this