POST api/Support/GetContactUsLogs

Documentation for 'GetContactUsLogs'.

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-08T09:41:58.3338749+02:00",
  "toDate": "2024-05-08T09:41:58.3338749+02:00",
  "page": 4,
  "id": 5
}

application/xml, text/xml

Sample:
<ContactLogFilterVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>5</Id>
  <Text>sample string 1</Text>
  <FromDate>2024-05-08T09:41:58.3338749+02:00</FromDate>
  <ToDate>2024-05-08T09:41:58.3338749+02:00</ToDate>
  <Page>4</Page>
</ContactLogFilterVM>

application/x-www-form-urlencoded

Sample:

Sample not available.