POST api/FaqClickCounter
Request Information
URI Parameters
None.
Body Parameters
PageViewedParamName | Description | Type | Additional information |
---|---|---|---|
GroupBy | string |
None. |
|
DomainName | string |
Required |
|
DateFrom | string |
Required |
|
DateTo | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "GroupBy": "sample string 1", "DomainName": "sample string 2", "DateFrom": "sample string 3", "DateTo": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FaqClickCounterName | Description | Type | Additional information |
---|---|---|---|
KbService | string |
None. |
|
FaqId | integer |
None. |
|
KbHeading | string |
None. |
|
TotalClick | integer |
None. |
|
IpAddress | string |
None. |
|
ClickDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "KbService": "sample string 1", "FaqId": 2, "KbHeading": "sample string 3", "TotalClick": 4, "IpAddress": "sample string 5", "ClickDate": "2024-12-21T06:05:36.7286338-06:00" }