POST api/Support/GetContactUsLogs
Documentation for 'GetContactUsLogs'.
Request Information
Parameters
Name | Description | Additional 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-23T22:04:42.229901+01:00", "toDate": "2023-03-23T22:04:42.229901+01:00", "page": 4, "id": 5 }
application/xml, text/xml
Sample:
<ContactLogFilterVM xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Id>5</Id> <Text>sample string 1</Text> <FromDate>2023-03-23T22:04:42.229901+01:00</FromDate> <ToDate>2023-03-23T22:04:42.229901+01:00</ToDate> <Page>4</Page> </ContactLogFilterVM>
application/x-www-form-urlencoded
Sample:
Sample not available.