Ping – testing

The controller is used to test the proper functioning of the API. GET and POST commands can be tested separately.

Calling: GET /rest/ping
In response, the server answers “pong”.

Calling: POST /rest/ping
In response, the server send data in POST.