List InsightsTagBreakdowns
Run in Apidog
Request Code Samples
curl --location --request GET 'https://api.synap.ac/v3/insights-tag-breakdowns?cohort=&type=&targetId=&timeFrameUnit=&timeFrameAmount=&tagSetId=&tagBreakdowns='
Responses
{
"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"
}
}
Modified at 2025-09-15 09:58:55