POST api/SMSLog/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": "2023-03-23T21:58:22.0526944+01:00",
  "toDate": "2023-03-23T21:58:22.0526944+01:00",
  "action": "sample string 4",
  "page": 5,
  "status": true,
  "id": 6
}

application/xml, text/xml

Sample:
<SMSLogFilterVM xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Id>6</Id>
  <Text>sample string 1</Text>
  <FromDate>2023-03-23T21:58:22.0526944+01:00</FromDate>
  <ToDate>2023-03-23T21:58:22.0526944+01:00</ToDate>
  <Action>sample string 4</Action>
  <Page>5</Page>
  <Status>true</Status>
</SMSLogFilterVM>

application/x-www-form-urlencoded

Sample:

Sample not available.