Skip to main content
GET
/
ap-readiness
/
students
/
{studentId}
/
drill-down
Get AP readiness drill-down for a student goal
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.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

studentId
string
required

Student sourcedId

Query Parameters

goalId
string
required
Minimum string length: 1

Response

Drill-down units returned

units
object[]
required