curl --request GET \
--url https://api.alpha-1edtech.ai/edubridge/analytics/students/{studentId}/percentiles \
--header 'Authorization: Bearer <token>'{
"percentiles": [
{
"subject": "<string>",
"percentile": 123,
"ritScore": 123,
"assessmentDate": "2023-11-07T05:31:56Z",
"season": "<string>"
}
]
}Returns the most recent MAP percentile and RIT score for each subject available for the student.
curl --request GET \
--url https://api.alpha-1edtech.ai/edubridge/analytics/students/{studentId}/percentiles \
--header 'Authorization: Bearer <token>'{
"percentiles": [
{
"subject": "<string>",
"percentile": 123,
"ritScore": 123,
"assessmentDate": "2023-11-07T05:31:56Z",
"season": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.