curl --location --request GET 'https://api.synap.ac/v3/insights-tag-breakdowns?cohort=&targetId=&timeFrameUnit=&timeFrameAmount='
{
"data": [
{
"id": "FID001",
"type": "InsightsTagBreakdown",
"attributes": {
"subject": "string",
"topic": "string",
"subTopic": "string",
"skill": "string",
"difficulty": "string",
"responseCount": 0,
"sumScore": 0,
"maxScore": 0,
"timeFrameStart": "2019-08-24T14:15:22Z",
"timeFrameEnd": "2019-08-24T14:15:22Z"
},
"relationships": {
"user": {
"data": {
"id": "FID001",
"type": "User"
}
},
"userGroup": {
"data": {
"id": "FID001",
"type": "UserGroup"
}
},
"tagSet": {
"data": {
"id": "FID001",
"type": "TagSet"
}
}
}
}
],
"meta": {
"lastUpdated": "2019-08-24T14:15:22Z"
}
}