curl --location --request GET 'https://api.synap.ac/v3/collection-tag-breakdowns/'
{
"data": {
"id": "FID001",
"type": "CollectionTagBreakdown",
"attributes": {
"totalQuestions": 0,
"tagDataList": [
{}
]
},
"relationships": {
"collection": {
"data": {
"id": "FID001",
"type": "Collection"
}
}
}
}
}