Service Status API
Bu yöntem, servisin erişilebilir olup olmadığını kontrol etmek için kullanılır.
Endpoint
GET https://mg.mescogo.com/gw/api/service/Status
| Özellik | Değer |
|---|---|
| URI | BaseURL/api/service/Status |
| Method | GET |
| Content-Type | application/json |
Request Parametreleri
Request body veya query parametresi gerekmez.
Örnek Response
{
"ResultType": "1",
"Result": true,
"ResultMessage": "Service is running."
}