Question And Answer
Admin Question And Answer
Question
Get Question List
Success Response
Successfully get count"or"Successfully get all question ListGET /admin-product-question HTTP/1.1
Authorization: text
Accept: */*
Success Response
{
"status": 1,
"message": "Successfully get count\"or\"Successfully get all question List"
}Success Response
Question Posted Successfully.Error Response
POST /admin-product-question HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 49
"question='text'&productId=1&answer='text'"{
"status": 1,
"message": "Question Posted Successfully.",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"productId": 1,
"questionId": 1,
"type": 1,
"question": "text",
"isActive": 1,
"referenceId": 1
}
}Success Response
Successfully updated your question.Error Response
PUT /admin-product-question/update-question/{questionId} HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 19
"question='text'"{
"status": 1,
"message": "Successfully updated your question.",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"productId": 1,
"questionId": 1,
"type": 1,
"question": "text",
"isActive": 1,
"referenceId": 1
}
}Success Response
Updated Your Question StatusError Response
PUT /admin-product-question/{questionId} HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 12
"status=1"{
"status": 1,
"message": "Updated Your Question Status",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"productId": 1,
"questionId": 1,
"type": 1,
"question": "text",
"isActive": 1,
"referenceId": 1
}
}Success Response
Successfully deleted the Question.Error Response
DELETE /admin-product-question/{questionId} HTTP/1.1
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully deleted the Question."
}Get Product Question List
Success Response
Successfully got product lists count."or"Successfully get all question ListGET /admin-product-question/product-question-list HTTP/1.1
Authorization: text
Accept: */*
Success Response
{
"status": 1,
"message": "Successfully got product lists count.\"or\"Successfully get all question List"
}Get all Questions for a Product
Success Response
Successfully get productDetailGET /admin-product-question/product-detail-question-list/{id} HTTP/1.1
Authorization: text
Accept: */*
Success Response
{
"status": 1,
"message": "Successfully get productDetail"
}Answer
Get Answer List for Question
Success Response
Successfully got count"or"Successfully got all question ListError Response
GET /admin-product-answer HTTP/1.1
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully got count\"or\"Successfully got all question List"
}Success Response
Answer Posted SuccessfullyError Response
POST /admin-product-answer HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 32
"questionId=1&answer='text'"{
"status": 1,
"message": "Answer Posted Successfully",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"answerId": 1,
"defaultAnswer": 1,
"questionId": 1,
"type": 1,
"answer": "text",
"likes": 1,
"dislikes": 1,
"isActive": 1,
"referenceId": 1
}
}Success Response
Successfully updated your answer.Error Response
PUT /admin-product-answer/update-answer/{answerId} HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 17
"answer='text'"{
"status": 1,
"message": "Successfully updated your answer.",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"answerId": 1,
"defaultAnswer": 1,
"questionId": 1,
"type": 1,
"answer": "text",
"likes": 1,
"dislikes": 1,
"isActive": 1,
"referenceId": 1
}
}Success Response
Updated Your Status.Error Response
PUT /admin-product-answer/{answerId} HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 12
"status=1"{
"status": 1,
"message": "Updated Your Status.",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"answerId": 1,
"defaultAnswer": 1,
"questionId": 1,
"type": 1,
"answer": "text",
"likes": 1,
"dislikes": 1,
"isActive": 1,
"referenceId": 1
}
}Success Response
Successfully deleted the Answer.Error Response
DELETE /admin-product-answer/{answerId} HTTP/1.1
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully deleted the Answer."
}Success Response
Successfully Marked as default Answer.Error Response
PUT /admin-product-answer/make-default-answer/{answerId} HTTP/1.1
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully Marked as default Answer.",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"answerId": 1,
"defaultAnswer": 1,
"questionId": 1,
"type": 1,
"answer": "text",
"likes": 1,
"dislikes": 1,
"isActive": 1,
"referenceId": 1
}
}Store Question And Answer
Success Response
Question Posted SuccessfullyError Response
POST /store-question-answer/add-question HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 28
"question=1&productId=1"{
"status": 1,
"message": "Question Posted Successfully",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"productId": 1,
"questionId": 1,
"type": 1,
"question": "text",
"isActive": 1,
"referenceId": 1
}
}Success Response
Answer Posted SuccessfullyError Response
POST /store-question-answer/add-answer HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 27
"answer=1&questionId=1"{
"status": 1,
"message": "Answer Posted Successfully",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"answerId": 1,
"defaultAnswer": 1,
"questionId": 1,
"type": 1,
"answer": "text",
"likes": 1,
"dislikes": 1,
"isActive": 1,
"referenceId": 1
}
}Success Response
Successfully updatedError Response
POST /store-question-answer/update-like-status HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 23
"answerId=1&type=1"{
"status": 1,
"message": "Successfully updated",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"id": 1,
"answerId": 1,
"questionId": 1,
"type": 1,
"customerId": 1,
"isActive": 1
}
}Get Abuse Reason List
Success Response
Successfully got Abuse Reason listGET /store-question-answer/abuse-reason-list HTTP/1.1
Authorization: text
Accept: */*
Success Response
{
"status": 1,
"message": "Successfully got Abuse Reason list"
}Success Response
Your Report Posted SuccessfullyError Response
POST /store-question-answer/add-report-abuse HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 43
"answerId=1&reasonId=1&remark='text'"{
"status": 1,
"message": "Your Report Posted Successfully",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"id": 1,
"answerId": 1,
"customerId": 1,
"questionId": 1,
"reasonId": 1,
"remark": "text",
"isActive": 1
}
}Get All Question List
Success Response
Successfully get count"or"Successfully get all question ListGET /store-question-answer/question-list HTTP/1.1
Authorization: text
Accept: */*
Success Response
{
"status": 1,
"message": "Successfully get count\"or\"Successfully get all question List"
}Get All Answer List
Success Response
Successfully get count"or"Successfully get all answer ListGET /store-question-answer/answer-list HTTP/1.1
Authorization: text
Accept: */*
Success Response
{
"status": 1,
"message": "Successfully get count\"or\"Successfully get all answer List"
}Get All Answer List
Success Response
Successfully got productDetailError Response
GET /store-question-answer/productdetail-question-list/{productslug} HTTP/1.1
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully got productDetail"
}Vendor Question And Answer
Question
Success Response
Question Posted Successfully.Error Response
POST /vendor-product-question/vendor-question HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 49
"question='text'&productId=1&answer='text'"{
"status": 1,
"message": "Question Posted Successfully.",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"productId": 1,
"questionId": 1,
"type": 1,
"question": "text",
"isActive": 1,
"referenceId": 1
}
}Success Response
Updated Your Question StatusError Response
PUT /vendor-product-question/update-question-status/{questionId} HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 12
"status=1"{
"status": 1,
"message": "Updated Your Question Status",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"productId": 1,
"questionId": 1,
"type": 1,
"question": "text",
"isActive": 1,
"referenceId": 1
}
}Success Response
Successfully deleted the Question.Error Response
DELETE /vendor-product-question/delete-question/{questionId} HTTP/1.1
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully deleted the Question."
}Get Question List
Success Response
Successfully get count"or"Successfully get all question ListError Response
GET /vendor-product-question/question-list?productId=1 HTTP/1.1
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully get count\"or\"Successfully get all question List"
}Get Vendor Product Question List
Success Response
Successfully got product lists count."or"Successfully get all question ListGET /vendor-product-question/vendor-product-question-list HTTP/1.1
Authorization: text
Accept: */*
Success Response
{
"status": 1,
"message": "Successfully got product lists count.\"or\"Successfully get all question List"
}Answer
Success Response
Answer Posted SuccessfullyError Response
POST /vendor-product-answer/add-answer HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 32
"questionId=1&answer='text'"{
"status": 1,
"message": "Answer Posted Successfully",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"answerId": 1,
"defaultAnswer": 1,
"questionId": 1,
"type": 1,
"answer": "text",
"likes": 1,
"dislikes": 1,
"isActive": 1,
"referenceId": 1
}
}Get Answer List
Success Response
Successfully got count"or"Successfully got all question ListError Response
GET /vendor-product-answer/answer-list HTTP/1.1
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully got count\"or\"Successfully got all question List"
}Success Response
Updated Your Status.Error Response
PUT /vendor-product-answer/update-answer-status/{answerId} HTTP/1.1
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 12
"status=1"{
"status": 1,
"message": "Updated Your Status.",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"answerId": 1,
"defaultAnswer": 1,
"questionId": 1,
"type": 1,
"answer": "text",
"likes": 1,
"dislikes": 1,
"isActive": 1,
"referenceId": 1
}
}Success Response
Successfully deleted the Answer.Error Response
DELETE /vendor-product-answer/delete-answer/{answerId} HTTP/1.1
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully deleted the Answer."
}Success Response
Successfully Marked as default Answer.Error Response
PUT /vendor-product-answer/make-default-answer/{answerId} HTTP/1.1
Authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully Marked as default Answer.",
"data": {
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"answerId": 1,
"defaultAnswer": 1,
"questionId": 1,
"type": 1,
"answer": "text",
"likes": 1,
"dislikes": 1,
"isActive": 1,
"referenceId": 1
}
}Last updated

