POST faq/GetFAQListByParentCategoryID

Request Information

URI Parameters

None.

Body Parameters

FAQRequest
NameDescriptionTypeAdditional information
FaqId

integer

None.

ProductId

integer

None.

CategoryId

integer

None.

CategoryIds

string

None.

PageSlug

string

None.

SearchText

string

None.

ParentCategoryId

integer

None.

CategoryName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FaqId": 1,
  "ProductId": 2,
  "CategoryId": 3,
  "CategoryIds": "sample string 4",
  "PageSlug": "sample string 5",
  "SearchText": "sample string 6",
  "ParentCategoryId": 7,
  "CategoryName": "sample string 8"
}

application/xml, text/xml

Sample:
<FAQRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ETF.Core.Model.RequestModel">
  <CategoryId>3</CategoryId>
  <CategoryIds>sample string 4</CategoryIds>
  <CategoryName>sample string 8</CategoryName>
  <FaqId>1</FaqId>
  <PageSlug>sample string 5</PageSlug>
  <ParentCategoryId>7</ParentCategoryId>
  <ProductId>2</ProductId>
  <SearchText>sample string 6</SearchText>
</FAQRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of FAQResponse
NameDescriptionTypeAdditional information
FaqId

integer

None.

ProductId

integer

None.

CategoryId

integer

None.

CategoryName

string

None.

DisplayOrder

integer

None.

PageSlug

string

None.

Question

string

None.

Answer

string

None.

IsPopular

boolean

None.

Title

string

None.

Description

string

None.

UpdatedTimeStamp

date

None.

ParentCategoryId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FaqId": 1,
    "ProductId": 2,
    "CategoryId": 3,
    "CategoryName": "sample string 4",
    "DisplayOrder": 5,
    "PageSlug": "sample string 6",
    "Question": "sample string 7",
    "Answer": "sample string 8",
    "IsPopular": true,
    "Title": "sample string 10",
    "Description": "sample string 11",
    "UpdatedTimeStamp": "2025-12-06T14:56:31.9296585-05:00",
    "ParentCategoryId": 13
  },
  {
    "FaqId": 1,
    "ProductId": 2,
    "CategoryId": 3,
    "CategoryName": "sample string 4",
    "DisplayOrder": 5,
    "PageSlug": "sample string 6",
    "Question": "sample string 7",
    "Answer": "sample string 8",
    "IsPopular": true,
    "Title": "sample string 10",
    "Description": "sample string 11",
    "UpdatedTimeStamp": "2025-12-06T14:56:31.9296585-05:00",
    "ParentCategoryId": 13
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.