Get targeting (quotas and screening) for a market.
Get targeting (quotas and screening) for a market.
Path Parameters
market string required
Query Parameters
ids string
Responses
- 200
- 401
- 403
- 404
- 500
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
market string nullable
questions object[] nullable
answerType int32
Possible values: [0
, 1
, 2
, 3
]
answers object[] nullable
id string nullable
localizedText string nullable
text string nullable
category string nullable
id string nullable
localizedText string nullable
name string nullable
text string nullable
{
"market": "string",
"questions": [
{
"answerType": 0,
"answers": [
{
"id": "string",
"localizedText": "string",
"text": "string"
}
],
"category": "string",
"id": "string",
"localizedText": "string",
"name": "string",
"text": "string"
}
]
}
Unauthorized
Forbidden
Not Found
Internal Server Error
Loading...