curl --request GET \
--url https://api.alpha-1edtech.ai/ap-readiness/students/{studentId}/drill-down \
--header 'Authorization: Bearer <token>'{
"units": [
{
"unitId": "<string>",
"unitName": "<string>",
"courseId": "<string>",
"overallAccuracyPct": 123,
"mcqAccuracyPct": 123,
"frqAccuracyPct": 123,
"totalQuestions": 123,
"correctQuestions": 123,
"isLowData": true
}
]
}Returns the per-unit accuracy breakdown for a student’s AP readiness goal. The goalId query parameter must belong to the same student.
curl --request GET \
--url https://api.alpha-1edtech.ai/ap-readiness/students/{studentId}/drill-down \
--header 'Authorization: Bearer <token>'{
"units": [
{
"unitId": "<string>",
"unitName": "<string>",
"courseId": "<string>",
"overallAccuracyPct": 123,
"mcqAccuracyPct": 123,
"frqAccuracyPct": 123,
"totalQuestions": 123,
"correctQuestions": 123,
"isLowData": true
}
]
}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.
The access token received from the authorization server in the OAuth 2.0 flow.
Student sourcedId
1Drill-down units returned
Show child attributes