Notifcationservice


Click here for a complete list of operations.

GetAlerts

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /HighriseSite/Notifcationservice.asmx HTTP/1.1
Host: 548156.jbimx0apk.asia
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetAlerts"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetAlerts xmlns="http://tempuri.org/">
      <pageIndex>string</pageIndex>
    </GetAlerts>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetAlertsResponse xmlns="http://tempuri.org/">
      <GetAlertsResult>
        <Alert_Log>
          <Alert_Date xmlns="http://schemas.datacontract.org/2004/07/AlertData">dateTime</Alert_Date>
          <Alert_From xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_From>
          <Alert_Log_Id xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_Log_Id>
          <Alert_To xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_To>
          <Alert_Type xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_Type>
          <Event xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Event>
          <GUID xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</GUID>
          <Message xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Message>
          <NotificationCount xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</NotificationCount>
          <Read_Date xmlns="http://schemas.datacontract.org/2004/07/AlertData">dateTime</Read_Date>
          <Read_Status xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Read_Status>
          <RecordCount xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</RecordCount>
          <Remark xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Remark>
          <ReturnValue xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</ReturnValue>
        </Alert_Log>
        <Alert_Log>
          <Alert_Date xmlns="http://schemas.datacontract.org/2004/07/AlertData">dateTime</Alert_Date>
          <Alert_From xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_From>
          <Alert_Log_Id xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_Log_Id>
          <Alert_To xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_To>
          <Alert_Type xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_Type>
          <Event xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Event>
          <GUID xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</GUID>
          <Message xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Message>
          <NotificationCount xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</NotificationCount>
          <Read_Date xmlns="http://schemas.datacontract.org/2004/07/AlertData">dateTime</Read_Date>
          <Read_Status xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Read_Status>
          <RecordCount xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</RecordCount>
          <Remark xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Remark>
          <ReturnValue xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</ReturnValue>
        </Alert_Log>
      </GetAlertsResult>
    </GetAlertsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /HighriseSite/Notifcationservice.asmx HTTP/1.1
Host: 548156.jbimx0apk.asia
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetAlerts xmlns="http://tempuri.org/">
      <pageIndex>string</pageIndex>
    </GetAlerts>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetAlertsResponse xmlns="http://tempuri.org/">
      <GetAlertsResult>
        <Alert_Log>
          <Alert_Date xmlns="http://schemas.datacontract.org/2004/07/AlertData">dateTime</Alert_Date>
          <Alert_From xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_From>
          <Alert_Log_Id xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_Log_Id>
          <Alert_To xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_To>
          <Alert_Type xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_Type>
          <Event xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Event>
          <GUID xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</GUID>
          <Message xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Message>
          <NotificationCount xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</NotificationCount>
          <Read_Date xmlns="http://schemas.datacontract.org/2004/07/AlertData">dateTime</Read_Date>
          <Read_Status xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Read_Status>
          <RecordCount xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</RecordCount>
          <Remark xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Remark>
          <ReturnValue xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</ReturnValue>
        </Alert_Log>
        <Alert_Log>
          <Alert_Date xmlns="http://schemas.datacontract.org/2004/07/AlertData">dateTime</Alert_Date>
          <Alert_From xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_From>
          <Alert_Log_Id xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_Log_Id>
          <Alert_To xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_To>
          <Alert_Type xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Alert_Type>
          <Event xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Event>
          <GUID xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</GUID>
          <Message xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Message>
          <NotificationCount xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</NotificationCount>
          <Read_Date xmlns="http://schemas.datacontract.org/2004/07/AlertData">dateTime</Read_Date>
          <Read_Status xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Read_Status>
          <RecordCount xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</RecordCount>
          <Remark xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</Remark>
          <ReturnValue xmlns="http://schemas.datacontract.org/2004/07/AlertData">string</ReturnValue>
        </Alert_Log>
      </GetAlertsResult>
    </GetAlertsResponse>
  </soap12:Body>
</soap12:Envelope>