GET reports/notificationLogList?notificationLogTypeId={notificationLogTypeId}&sent={sent}&date1={date1}&date2={date2}

Request Information

URI Parameters

Name Description Type Additional information
notificationLogTypeId

integer (Int32)

None.

sent

string

None.

date1

date

None.

date2

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of reportNotificationLogListModel
Name Description Type Additional information
notificationLogTypeName

string

None.

sent

string

None.

date

string

None.

contents

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "notificationLogTypeName": "sample string 1",
    "sent": "sample string 2",
    "date": "04.05.2024 23:53",
    "contents": "sample string 3"
  },
  {
    "notificationLogTypeName": "sample string 1",
    "sent": "sample string 2",
    "date": "04.05.2024 23:53",
    "contents": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfreportNotificationLogListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models">
  <reportNotificationLogListModel>
    <contents>sample string 3</contents>
    <date_>2024-05-04T23:53:09.6290634+03:00</date_>
    <notificationLogTypeName>sample string 1</notificationLogTypeName>
    <sent>sample string 2</sent>
  </reportNotificationLogListModel>
  <reportNotificationLogListModel>
    <contents>sample string 3</contents>
    <date_>2024-05-04T23:53:09.6290634+03:00</date_>
    <notificationLogTypeName>sample string 1</notificationLogTypeName>
    <sent>sample string 2</sent>
  </reportNotificationLogListModel>
</ArrayOfreportNotificationLogListModel>

multipart/form-data

Sample:
<ArrayOfreportNotificationLogListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models"><reportNotificationLogListModel><contents>sample string 3</contents><date_>2024-05-04T23:53:09.6290634+03:00</date_><notificationLogTypeName>sample string 1</notificationLogTypeName><sent>sample string 2</sent></reportNotificationLogListModel><reportNotificationLogListModel><contents>sample string 3</contents><date_>2024-05-04T23:53:09.6290634+03:00</date_><notificationLogTypeName>sample string 1</notificationLogTypeName><sent>sample string 2</sent></reportNotificationLogListModel></ArrayOfreportNotificationLogListModel>