curl --location --request GET 'https://api.synap.ac/v3/quiz-tag-breakdowns/'
{
"data": {
"id": "FID001",
"type": "QuizTagBreakdown",
"attributes": {
"totalQuestions": 0,
"tagDataList": [
{
"tagId": "string",
"tagSetId": "string",
"label": "string",
"facet": "string",
"totalQuestions": 0
}
]
},
"relationships": {
"quiz": {
"data": {
"id": "FID001",
"type": "Quiz"
}
}
}
}
}