curl --location --request GET 'https://api.synap.ac/v3/attempt-insights?attempt='
{
"data": [
{
"id": "FID001",
"type": "AttemptInsight",
"attributes": {
"insightType": "microOutcomeCorrect",
"value": "string",
"label": "string",
"description": "string",
"highlightType": "user",
"secondaryValue": "string",
"secondaryVariant": "positive",
"secondaryTooltip": "string"
},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
}
]
}