Skip to main content

Retrieve market research audience by ID

This endpoint allows users to retrieve detailed information about a specific audience by its unique audience ID. Users will only receive information on the audience if they have the necessary permissions.

Path Parameters
    audienceid string required
Responses

OK


Schema
    id string nullable
    name string nullable
    audienceStatus string nullable
    locale string nullable
    countryName string nullable
    languageName string nullable
    prescreens boolean
    incidenceRate int32 nullable
    quantity int32 nullable
    cpi double nullable
    currency string nullable
    lengthOfInterview double nullable
    surveyGroupId string nullable
    liveUrl string nullable
    testUrl string nullable
    targeting object
    type int32

    Possible values: [0, 1, 2, 3, 255]

    existingId string nullable
    screenings object[] nullable
  • Array [
  • questionId string nullable
    name string nullable
    text string nullable
    localizedText string nullable
    isInclude boolean
    answers object[] nullable
  • Array [
  • id string nullable
    text string nullable
    localizedText string nullable
    start int32 nullable
    end int32 nullable
  • ]
  • ]
  • quotas object[] nullable
  • Array [
  • questionId string nullable
    targets object[] nullable
  • Array [
  • id string nullable
    targetCompletes int32
    answers object[] nullable
  • Array [
  • id string nullable
    text string nullable
    localizedText string nullable
    start int32 nullable
    end int32 nullable
  • ]
  • ]
  • name string nullable
    text string nullable
    localizedText string nullable
  • ]
  • targetEndDate date-time nullable
    createdUtc date-time nullable
    lastModifiedUtc date-time nullable
Loading...