POST api/FaqClickCounter
Request Information
URI Parameters
None.
Body Parameters
PageViewedParam| Name | 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
FaqClickCounter| Name | 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": "2025-12-07T08:16:23.2529911Z"
}