List InsightsTagBreakdowns
Request Code Samples
curl --location 'https://api.synap.ac/v3/insights-tag-breakdowns?cohort=&type=&targetId=&timeFrameUnit=&timeFrameAmount=&examId=&version=&tagSetId=&tagBreakdowns='
Responses
Bodyapplication/vnd.api+json
{
"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:22.123Z",
"timeFrameEnd": "2019-08-24T14:15:22.123Z"
},
"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:22.123Z"
}
}
Modified at 2026-03-24 08:18:48