GET api/Faq/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TabKb_CMS
NameDescriptionTypeAdditional 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-04-24T14:45:38.7763385-05:00",
    "IsUpload": true,
    "TabFaqCounters": [
      {
        "Id": 1,
        "FaqId": 2,
        "TotalClick": 3,
        "IpAddress": "sample string 4",
        "ClickDate": "2024-04-24T14:45:38.7763385-05:00"
      },
      {
        "Id": 1,
        "FaqId": 2,
        "TotalClick": 3,
        "IpAddress": "sample string 4",
        "ClickDate": "2024-04-24T14:45:38.7763385-05: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-04-24T14:45:38.7763385-05:00",
    "IsUpload": true,
    "TabFaqCounters": [
      {
        "Id": 1,
        "FaqId": 2,
        "TotalClick": 3,
        "IpAddress": "sample string 4",
        "ClickDate": "2024-04-24T14:45:38.7763385-05:00"
      },
      {
        "Id": 1,
        "FaqId": 2,
        "TotalClick": 3,
        "IpAddress": "sample string 4",
        "ClickDate": "2024-04-24T14:45:38.7763385-05:00"
      }
    ]
  }
]