1. Supplier API
  • Supplier API
    • Guides
    • Get Global Definitions
      GET
    • Question Library
      GET
    • Answer Library
      GET
    • Get Available Surveys
      GET
    • Get Survey By Id
      GET
    • Get Survey Transactions Data
      GET
    • Get Survey Stats
      GET
    • Get Recontacts
      GET
  1. Supplier API

Get Survey Stats

GET
https://supplier.opnion.io/api/v1/supply/getSurveyStats/{Survey ID}
Suppliers can use this API to access real-time statistics for their allocated surveys, including metrics like the number of clicks, completes, failures, over-quotas, revenue, and other traffic-related data.

Request

Path Params

Header Params

Responses

🟢200Success
application/json
Body

Example
{
    "apiStatus": "string",
    "msg": "string",
    "result": {
        "clicks": 0,
        "surveyStarts": 0,
        "completes": 0,
        "fails": 0,
        "overQuota": 0,
        "qualityTerms": 0,
        "preSurveyTerminates": 0,
        "preSurveyOverQuota": 0,
        "preSurveyQualityTermination": 0,
        "averageLOI": "string",
        "revenue": 0,
        "conversion": 0
    }
}
Modified at 2025-02-19 08:07:55
Previous
Get Survey Transactions Data
Next
Get Recontacts
Built with