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 Available Surveys

GET
https://supplier.opnion.io/api/v1/supply/getAvailableSurveys
This API enables suppliers to access their associated survey inventory, providing a list of surveys that are currently active.

Request

Header Params

Responses

🟢200OK
application/json
Body

Example
{
    "apiStatus": "success",
    "msg": "All live surveys are successfully searched",
    "result": [
        {
            "surveyId": 5158,
            "survayName": "Streaming Service Content Preferences",
            "N": 10,
            "CPI": 0,
            "remainingN": 10,
            "LOI": 10,
            "IR": 10,
            "Country": "India",
            "Language": "ENGLISH",
            "reContact": true,
            "surveyLiveURL": "https://www.example.com/screener?survey=GYOyWJPb&supplierId=124&pid=",
            "surveyTestURL": "https://www.example.com/screener?isTest=1&isLive=0&survey=GYOyWJPb&supplierId=124&pid=",
            "projectId": "1837",
            "deviceType": "All",
            "projectCategory": "Ailment",
            "createdDate": "2025-02-14T06:54:49.453Z",
            "modifiedDate": "2025-02-19T05:43:10.307Z",
            "PII": false,
            "overAllCompletesAchieved": 0,
            "overAllStartsAchieved": -1,
            "actualIR": 0,
            "actualLOI": 0,
            "excluded_surveys": [],
            "excluded_status": []
        }
    ]
}
Modified at 2025-02-19 06:38:00
Previous
Answer Library
Next
Get Survey By Id
Built with