Return back to Web API service Main section
GET http://[server]:[port]/webconsole/restart
Send an order to restart both Artica Web service and PHP service.
Order is sent in the background mode so result will be always true
GET http://[server]:[port]/webconsole/reload
Send an order to reload both Artica Web service and PHP service.
Order is sent in the background mode so result will be always true
Give a json with the token True or False:
{ "Status": true, "Info": "..", "Error": "" }