GET
api/v1/getquestionanswer?pageNo={pageNo}&limit={limit}&q={q}&clientId={clientId}&adminMemberId={adminMemberId}&sortField={sortField}&sortDirection={sortDirection}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageNo | integer |
Required |
|
| limit | integer |
Required |
|
| q | string |
Required |
|
| clientId | integer |
Required |
|
| adminMemberId | integer |
Required |
|
| sortField | string |
Required |
|
| sortDirection | string |
Required |
Response Information
Description:
Return type: QuestionAnswerList
Response Formats
application/json, text/json
{
"List": [
{
"SkuFAQMasterId": 1,
"SkuFAQDetailId": 2,
"Question": "sample string 3",
"Answer": "sample string 4",
"IsActive": true,
"Name": "sample string 6",
"IsLogicalDeleted": true,
"SentForApproval": true,
"CreatedBy": 9,
"CreatedOn": "2026-02-05T03:59:16.2444146+00:00",
"ApprovedBy": 11,
"ApprovedOn": "2026-02-05T03:59:16.2444146+00:00",
"PublishedBy": 13,
"PublishedOn": "2026-02-05T03:59:16.2444146+00:00"
},
{
"SkuFAQMasterId": 1,
"SkuFAQDetailId": 2,
"Question": "sample string 3",
"Answer": "sample string 4",
"IsActive": true,
"Name": "sample string 6",
"IsLogicalDeleted": true,
"SentForApproval": true,
"CreatedBy": 9,
"CreatedOn": "2026-02-05T03:59:16.2444146+00:00",
"ApprovedBy": 11,
"ApprovedOn": "2026-02-05T03:59:16.2444146+00:00",
"PublishedBy": 13,
"PublishedOn": "2026-02-05T03:59:16.2444146+00:00"
}
],
"TotalRecords": 1
}
text/html
{"List":[{"SkuFAQMasterId":1,"SkuFAQDetailId":2,"Question":"sample string 3","Answer":"sample string 4","IsActive":true,"Name":"sample string 6","IsLogicalDeleted":true,"SentForApproval":true,"CreatedBy":9,"CreatedOn":"2026-02-05T03:59:16.2444146+00:00","ApprovedBy":11,"ApprovedOn":"2026-02-05T03:59:16.2444146+00:00","PublishedBy":13,"PublishedOn":"2026-02-05T03:59:16.2444146+00:00"},{"SkuFAQMasterId":1,"SkuFAQDetailId":2,"Question":"sample string 3","Answer":"sample string 4","IsActive":true,"Name":"sample string 6","IsLogicalDeleted":true,"SentForApproval":true,"CreatedBy":9,"CreatedOn":"2026-02-05T03:59:16.2444146+00:00","ApprovedBy":11,"ApprovedOn":"2026-02-05T03:59:16.2444146+00:00","PublishedBy":13,"PublishedOn":"2026-02-05T03:59:16.2444146+00:00"}],"TotalRecords":1}
application/xml, text/xml
<QuestionAnswerList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.QuestionAnswer">
<List>
<QuestionAnswerModel>
<Answer>sample string 4</Answer>
<ApprovedBy>11</ApprovedBy>
<ApprovedOn>2026-02-05T03:59:16.2444146+00:00</ApprovedOn>
<CreatedBy>9</CreatedBy>
<CreatedOn>2026-02-05T03:59:16.2444146+00:00</CreatedOn>
<IsActive>true</IsActive>
<IsLogicalDeleted>true</IsLogicalDeleted>
<Name>sample string 6</Name>
<PublishedBy>13</PublishedBy>
<PublishedOn>2026-02-05T03:59:16.2444146+00:00</PublishedOn>
<Question>sample string 3</Question>
<SentForApproval>true</SentForApproval>
<SkuFAQDetailId>2</SkuFAQDetailId>
<SkuFAQMasterId>1</SkuFAQMasterId>
</QuestionAnswerModel>
<QuestionAnswerModel>
<Answer>sample string 4</Answer>
<ApprovedBy>11</ApprovedBy>
<ApprovedOn>2026-02-05T03:59:16.2444146+00:00</ApprovedOn>
<CreatedBy>9</CreatedBy>
<CreatedOn>2026-02-05T03:59:16.2444146+00:00</CreatedOn>
<IsActive>true</IsActive>
<IsLogicalDeleted>true</IsLogicalDeleted>
<Name>sample string 6</Name>
<PublishedBy>13</PublishedBy>
<PublishedOn>2026-02-05T03:59:16.2444146+00:00</PublishedOn>
<Question>sample string 3</Question>
<SentForApproval>true</SentForApproval>
<SkuFAQDetailId>2</SkuFAQDetailId>
<SkuFAQMasterId>1</SkuFAQMasterId>
</QuestionAnswerModel>
</List>
<TotalRecords>1</TotalRecords>
</QuestionAnswerList>
