Skip to main content
GET
/
customer-feedback-system
/
stats
Get feedback statistics
curl --request GET \
  --url https://www.renovationfind.com/rest-api-v1/customer-feedback-system/stats \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "totalFeedbackSystemRequestsSent": 123,
    "config": "<string>",
    "crmIntegrationEnabled": true,
    "averageStarRating": 123,
    "totalFeedbackCompleted": 123,
    "totalFeedbackCompletedPercentage": 123,
    "totalReviewCompleted": 123,
    "totalReviewCompletedPercentage": 123,
    "totalReferralCompleted": 123,
    "totalReferralCompletedPercentage": 123,
    "fullyCompletedRequests": 123,
    "fullyCompletedRequestsPercentage": 123,
    "totalHappyCustomers": 123,
    "totalHappyCustomersPercentage": 123,
    "totalUnhappyCustomers": 123,
    "totalUnhappyCustomersPercentage": 123,
    "googleReviewCount": 123,
    "facebookReviewCount": 123,
    "bbbReviewCount": 123,
    "otherReviewCount": 123,
    "totalRequestsCurrentMonth": 123,
    "totalRequestsPrevMonth": 123,
    "totalRequestsPastTwelveMonths": 123
  }
}

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Response

Vendor feedback statistics

success
boolean
Example:

true

data
object

Comprehensive customer feedback statistics for a vendor