GET api/v1/Getnotification

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of notification
NameDescriptionTypeAdditional information
id

integer

None.

NotificationType

string

None.

NotificationFrom

string

None.

NotificationTo

string

None.

NotificatonTitle

string

None.

Description

string

None.

Status

string

None.

RelatedID

integer

None.

CreatedDate

string

None.

deviceid

string

None.

readsts

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "NotificationType": "sample string 2",
    "NotificationFrom": "sample string 3",
    "NotificationTo": "sample string 4",
    "NotificatonTitle": "sample string 5",
    "Description": "sample string 6",
    "Status": "sample string 7",
    "RelatedID": 8,
    "CreatedDate": "sample string 9",
    "deviceid": "sample string 10",
    "readsts": "sample string 11"
  },
  {
    "id": 1,
    "NotificationType": "sample string 2",
    "NotificationFrom": "sample string 3",
    "NotificationTo": "sample string 4",
    "NotificatonTitle": "sample string 5",
    "Description": "sample string 6",
    "Status": "sample string 7",
    "RelatedID": 8,
    "CreatedDate": "sample string 9",
    "deviceid": "sample string 10",
    "readsts": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfnotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIBridge">
  <notification>
    <CreatedDate>sample string 9</CreatedDate>
    <Description>sample string 6</Description>
    <NotificationFrom>sample string 3</NotificationFrom>
    <NotificationTo>sample string 4</NotificationTo>
    <NotificationType>sample string 2</NotificationType>
    <NotificatonTitle>sample string 5</NotificatonTitle>
    <RelatedID>8</RelatedID>
    <Status>sample string 7</Status>
    <deviceid>sample string 10</deviceid>
    <id>1</id>
    <readsts>sample string 11</readsts>
  </notification>
  <notification>
    <CreatedDate>sample string 9</CreatedDate>
    <Description>sample string 6</Description>
    <NotificationFrom>sample string 3</NotificationFrom>
    <NotificationTo>sample string 4</NotificationTo>
    <NotificationType>sample string 2</NotificationType>
    <NotificatonTitle>sample string 5</NotificatonTitle>
    <RelatedID>8</RelatedID>
    <Status>sample string 7</Status>
    <deviceid>sample string 10</deviceid>
    <id>1</id>
    <readsts>sample string 11</readsts>
  </notification>
</ArrayOfnotification>