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

Question Library

GET
https://supplier.opnion.io/api/v1/QuestionLibrary/AllQuestions/{Country Key}/{Language}
This API allows suppliers to obtain a comprehensive list of survey questions tailored to a specified country and language, as indicated in the request. These questions are utilized as survey criteria to effectively align user profiles with the corresponding survey requirements.

Request

Path Params

Header Params

Responses

🟢201OK
application/json
Body

Example
{
    "apiStatus": "success",
    "msg": "Questions are successfully fetched",
    "result": [
        {
            "questionId": 2816,
            "questionText": "What is your relationship status?",
            "questionKey": "STANDARD_RELATIONSHIP",
            "questionType": "Single Punch",
            "language": "ENGLISH",
            "questionCategory": [
                "Home"
            ]
        },
        {
            "questionId": 2817,
            "questionText": "In your household, are you the person who makes most of the daily purchasing decisions?",
            "questionKey": "STANDARD_PRIMARY_DECISION_MAKER",
            "questionType": "Single Punch",
            "language": "ENGLISH",
            "questionCategory": [
                "Home"
            ]
        }
    ]
}
Modified at 2025-02-19 08:05:27
Previous
Get Global Definitions
Next
Answer Library
Built with