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_CMS| Name | 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": "2025-12-07T08:17:53.6855353Z",
"IsUpload": true,
"TabFaqCounters": [
{
"Id": 1,
"FaqId": 2,
"TotalClick": 3,
"IpAddress": "sample string 4",
"ClickDate": "2025-12-07T08:17:53.6855353Z"
},
{
"Id": 1,
"FaqId": 2,
"TotalClick": 3,
"IpAddress": "sample string 4",
"ClickDate": "2025-12-07T08:17:53.6855353Z"
}
]
},
{
"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": "2025-12-07T08:17:53.6855353Z",
"IsUpload": true,
"TabFaqCounters": [
{
"Id": 1,
"FaqId": 2,
"TotalClick": 3,
"IpAddress": "sample string 4",
"ClickDate": "2025-12-07T08:17:53.6855353Z"
},
{
"Id": 1,
"FaqId": 2,
"TotalClick": 3,
"IpAddress": "sample string 4",
"ClickDate": "2025-12-07T08:17:53.6855353Z"
}
]
}
]