POST api/NotificationLog/Get

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
logFilter
Documentation for 'logFilter'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "text": "sample string 1",
  "fromDate": "2024-05-08T07:34:41.2190284+02:00",
  "toDate": "2024-05-08T07:34:41.2190284+02:00",
  "action": "sample string 4",
  "page": 5,
  "status": true,
  "id": 6
}

application/xml, text/xml

Sample:
<NotificationLogFilterVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>6</Id>
  <Text>sample string 1</Text>
  <FromDate>2024-05-08T07:34:41.2190284+02:00</FromDate>
  <ToDate>2024-05-08T07:34:41.2190284+02:00</ToDate>
  <Action>sample string 4</Action>
  <Page>5</Page>
  <Status>true</Status>
</NotificationLogFilterVM>

application/x-www-form-urlencoded

Sample:

Sample not available.