curl --location --request GET 'https://api.synap.ac/v3/attempt-charts?attempt='
{
"data": [
{
"id": "FID001",
"type": "AttemptChart",
"attributes": {
"chartType": "individualStudentVsCohortBellCurve",
"series": [
{
"label": "string",
"dataset": [
{
"category": "string",
"value": "string"
}
]
}
],
"xAxes": {
"type": "category",
"title": "string",
"min": 0,
"max": 0
},
"yAxes": {
"type": "category",
"title": "string",
"min": 0,
"max": 0
},
"markers": [
{
"axis": "string",
"axisValue": "string",
"label": "string"
}
],
"ranges": [
{
"startCategory": "string",
"endCategory": "string",
"type": "standardDeviation",
"tooltipText": "string"
}
],
"error": "string",
"description": "string",
"dataAnnotation": "string",
"title": "string"
},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
}
]
}