GET api/Faq/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TabKb_CMSName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
DisplayOn | string |
None. |
|
KbService | string |
None. |
|
KbRole | string |
None. |
|
KbCategory | string |
None. |
|
KbHeading | string |
None. |
|
Kb_Description | string |
None. |
|
Adddate | date |
None. |
|
IsUpload | boolean |
None. |
|
TabFaqCounters | Collection of TabFaqCounter |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "DisplayOn": "sample string 2", "KbService": "sample string 3", "KbRole": "sample string 4", "KbCategory": "sample string 5", "KbHeading": "sample string 6", "Kb_Description": "sample string 7", "Adddate": "2024-12-21T06:29:38.1330136-06:00", "IsUpload": true, "TabFaqCounters": [ { "Id": 1, "FaqId": 2, "TotalClick": 3, "IpAddress": "sample string 4", "ClickDate": "2024-12-21T06:29:38.1330136-06:00" }, { "Id": 1, "FaqId": 2, "TotalClick": 3, "IpAddress": "sample string 4", "ClickDate": "2024-12-21T06:29:38.1330136-06:00" } ] }, { "Id": 1, "DisplayOn": "sample string 2", "KbService": "sample string 3", "KbRole": "sample string 4", "KbCategory": "sample string 5", "KbHeading": "sample string 6", "Kb_Description": "sample string 7", "Adddate": "2024-12-21T06:29:38.1330136-06:00", "IsUpload": true, "TabFaqCounters": [ { "Id": 1, "FaqId": 2, "TotalClick": 3, "IpAddress": "sample string 4", "ClickDate": "2024-12-21T06:29:38.1330136-06:00" }, { "Id": 1, "FaqId": 2, "TotalClick": 3, "IpAddress": "sample string 4", "ClickDate": "2024-12-21T06:29:38.1330136-06:00" } ] } ]