Prodege API Documentation
  • Surveys Feed
    • Overview
    • Getting Started
    • API Reference
      • Lookup Calls
        • Lookup Request Time Offset
        • Lookup All Supported Countries
        • Lookup Questions By CountryID
        • Lookup Panelist Info
      • Authentication
        • Request Expiration
        • Request Signing
      • Panelist vs. Survey Matching
      • Survey Matching
        • Surveys
        • Quota Structure
        • Quota Matching Requirements
        • Survey Eligibility Check
        • Multiple Survey Eligibility Check
        • Survey URL
      • Panelist Matching
        • Panelists
        • Surveys
        • Survey URL
    • Redirects
    • Term Reasons
    • Reconciliations
    • Helpful Links
Powered by GitBook
On this page
  • Request Parameters
  • Response Parameters
  1. Surveys Feed
  2. API Reference
  3. Lookup Calls

Lookup Questions By CountryID

Fetch a list of Prodege qualification questions available for a specific supported country

Request URL

/lookup-question-by-country

Request Method

GET

Request Parameters

Parameter Name

Parameter Type

Description

Required?

apik

String

Your API Key.

Yes

request_date

Numeric

Yes

signature

String

Yes

country_id

Numeric

Yes

group_by_category

Boolean

Questions are grouped into categories when set to true. Default is false.

No

Response Parameters

Parameter Name

Parameter Type

Description

return_status

String

The return status for this api call

questions

array

An array of Question model instances described below

questions Element Model

Property Name

Property Type

Description

question_id

Numeric

The id that uniquely identifies this question

question_type

String

The type this question belongs to (e.g. Single-Punch, Open-Ended Numeric, etc.)

question_name

String

A descriptive name for this question (e.g. GENDER, ETHNICITY, etc.)

question_text

String

The text that is associated with this question (e.g. What is your gender?)

options

array

List of possible options associated with this question

options Element Model

Property Name

Property Type

Description

option_id

Numeric

The id that uniquely identifies this option

option_text

String

The text that is associated with this option (e.g. Male, Female)

PreviousLookup All Supported CountriesNextLookup Panelist Info

Last updated 7 months ago

Timestamp in milliseconds (see ).

The signature of your request (see ).

The id that uniquely identifies the projects’ country (see ).

Authentication
Authentication
Lookup All Supported Countries