GET api/Customer/GetServerAlerts?ConsumerDeviceID={ConsumerDeviceID}

Get Server Alerts of selected customer DeviceID (Tank) if Exists There are Two types of Server Alerts 1) Days to Empty Alarm 2)Level Measurement Alarm

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ConsumerDeviceID

Get ID of selected tank(Customer Device) See GetUserTanks Method

string

Required

Body Parameters

None.

Response Information

Resource Description

APIResult
NameDescriptionTypeAdditional information
Status

integer

None.

Description

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Description": "sample string 2",
  "Data": {}
}

application/xml, text/xml

Sample:
<APIResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/sscTeklekWebAPI.Models">
  <Data />
  <Description>sample string 2</Description>
  <Status>1</Status>
</APIResult>