GET api/Notifications/GetAll

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "SUBJECT": "sample string 2",
    "MSGBODY": "sample string 3",
    "FOLLOWUPID": 1,
    "DAYS": 1,
    "GROUPID": "sample string 4",
    "DbFileName": "sample string 5",
    "DbForeignKeys": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  },
  {
    "ID": 1,
    "SUBJECT": "sample string 2",
    "MSGBODY": "sample string 3",
    "FOLLOWUPID": 1,
    "DAYS": 1,
    "GROUPID": "sample string 4",
    "DbFileName": "sample string 5",
    "DbForeignKeys": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  },
  {
    "ID": 1,
    "SUBJECT": "sample string 2",
    "MSGBODY": "sample string 3",
    "FOLLOWUPID": 1,
    "DAYS": 1,
    "GROUPID": "sample string 4",
    "DbFileName": "sample string 5",
    "DbForeignKeys": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.