GET
/api/v1/topics/{topic_code}/results/history
curl \
--request GET 'https://app.fridaypulse.com/api/v1/topics/{topic_code}/results/history' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"score": 75,
"sample_date": "2019-07-03",
"total_count": 198,
"response_rate": 58,
"response_count": 114
}
]