1. Supplier API
  • Supplier API
    • Guides
    • Get Global Definitions
      GET
    • Question Library Lookup
      GET
    • Question Library Answer Lookup
      GET
    • Get Available Surveys (all live surveys)
      GET
    • Get Available Surveys By Id
      GET
    • Get Survey Transactions Data
      GET
    • Get Survey Stats
      GET
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Supplier API

Get Survey Stats

GET
https://supplierapi.survey-says.community/api/v1/supply/getSurveyStats/{Survey ID}
This API provides suppliers with real-time statistics for their allocated surveys, including metrics such as the number of clicks, completes, failures, over-quotas, revenue, and other traffic-related data.

Request

Path Params

Header Params

Responses

🟢200OK
application/json
Body

Example
{
    "apiStatus": "success",
    "msg": "Survey Stats are successfully searched",
    "result": {
        "clicks": 3,
        "surveyStarts": 3,
        "completes": 2,
        "fails": 2,
        "overQuota": 0,
        "qualityTerms": 0,
        "preSurveyTerminates": 0,
        "preSurveyOverQuota": 0,
        "preSurveyQualityTermination": 0,
        "averageLOI": "105:08",
        "revenue": 10,
        "conversion": 66.67
    }
}
Previous
Get Survey Transactions Data
Next
Pet
Built with