Sentiment Theme Answers
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
brand_kit_idintegerRequired
The Brand Kit ID
Body
brand_kit_idintegerRequired
The Brand Kit ID
sentiment_theme_idintegerRequired
The sentiment theme ID to drill into. Use query_analytics with dimensions=[theme] to discover available theme IDs first.
start_datestringOptional
Start date (YYYY-MM-DD). Default: 30 days ago
end_datestringOptional
End date (YYYY-MM-DD). Defaults to yesterday. Must be before today.
topicsinteger[]Optional
Filter by topic IDs
personasinteger[]Optional
Filter by persona IDs
pageintegerOptional
Page number. Default: 1
per_pageintegerOptional
Results per page (1-50). Default: 10
Responses
200
Successful response
application/json
errorstringOptional
Error message if query failed
400
Bad request - invalid parameters, filters, or sort options
401
Unauthorized - invalid or missing authentication token
404
Not found - resource does not exist
412
Precondition failed - AEO not configured for this brand kit
post/public_api/brand_kits/{brand_kit_id}/sentiment_theme_answers
Last updated
Was this helpful?