Retrieve market research audiences
This endpoint allows users to retrieve detailed information about all audiences they have permission to access. Users will only receive information on the audiences for which they have the necessary permissions.
Responses
- 200
- 404
- 500
- 503
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
- Array [
- Array [
- Array [
- ]
- ]
- ]
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
questionId string nullable
name string nullable
text string nullable
localizedText string nullable
isInclude boolean
answers object[] nullable
id string nullable
text string nullable
localizedText string nullable
start int32 nullable
end int32 nullable
quotas object[] nullable
questionId string nullable
targets object[] nullable
id string nullable
targetCompletes int32
answers object[] nullable
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
{
"id": "string",
"name": "string",
"audienceStatus": "string",
"locale": "string",
"countryName": "string",
"languageName": "string",
"prescreens": true,
"incidenceRate": 0,
"quantity": 0,
"cpi": 0,
"currency": "string",
"lengthOfInterview": 0,
"surveyGroupId": "string",
"liveUrl": "string",
"testUrl": "string",
"targeting": {
"type": 0,
"existingId": "string",
"screenings": [
{
"questionId": "string",
"name": "string",
"text": "string",
"localizedText": "string",
"isInclude": true,
"answers": [
{
"id": "string",
"text": "string",
"localizedText": "string",
"start": 0,
"end": 0
}
]
}
],
"quotas": [
{
"questionId": "string",
"targets": [
{
"id": "string",
"targetCompletes": 0,
"answers": [
{
"id": "string",
"text": "string",
"localizedText": "string",
"start": 0,
"end": 0
}
]
}
],
"name": "string",
"text": "string",
"localizedText": "string"
}
]
},
"targetEndDate": "2025-01-13T15:06:27.034Z",
"createdUtc": "2025-01-13T15:06:27.034Z",
"lastModifiedUtc": "2025-01-13T15:06:27.034Z"
}
Not Found
Internal Server Error
Service Unavailable
Loading...