Service Status API
This method is used to check whether the service is reachable.
Endpointβ
GET https://mg.mescogo.com/gw/api/service/Status
| Property | Value |
|---|---|
| URI | BaseURL/api/service/Status |
| Method | GET |
| Content-Type | application/json |
Request Parametersβ
No request body or query parameter is required.
Example Responseβ
{
"ResultType": "1",
"Result": true,
"ResultMessage": "Service is running."
}