Get status

Returns the system status. Is a very inexpensive operation and can be used to test authentication credentials, too.

Since PIM 7.1.01

HTTP Method Type

GET

Resource URL

/status/

Response

Return Value

MediaType

Description

status object

JSON (Response Entity)

returns static system status information, like application version.

Example Usage:

GET http://localhost:8080/hsx/status/

{
"applicationVersion" : [
"8.0.0.20140912-1405"
] ,
"applicationServer" : [
"localhost"
]
}