Return the status of the Lab Management web service. This provides some indication of whether or not the Lab Management web service is working properly. The only status returned is OK.
/cubit_api/1/status
This method does not require authentication.
This method does not take any parameters.
<?xml version='1.0'?> <cubit version='1'> <status>OK</status> </cubit>