Skip to main content
GET
/
ap-readiness
/
dashboard
Get AP readiness dashboard rows for a subject
curl --request GET \
  --url https://api.alpha-1edtech.ai/ap-readiness/dashboard \
  --header 'Authorization: Bearer <token>'
{
  "rows": [
    {
      "goalId": "<string>",
      "studentSourcedId": "<string>",
      "studentName": "<string>",
      "readiness": {
        "componentA": 123,
        "componentB": 123,
        "componentC": 123,
        "hasPracticeTestData": true,
        "predictedScore": 123,
        "predictedScoreLabel": "<string>"
      },
      "coverage": {
        "assessed": 123,
        "total": 123,
        "percentage": 123
      },
      "topFocusAreas": [
        "<string>"
      ],
      "timeRemainingPct": 123,
      "startDate": "<string>",
      "endDate": "<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.

Authorizations

Authorization
string
header
required

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

Query Parameters

subject
enum<string>
required

AP exam name to filter dashboard by

Available options:
AP Biology,
AP Calculus AB,
AP Calculus BC,
AP Chemistry,
AP Computer Science A,
AP Computer Science Principles,
AP English Language and Composition,
AP English Literature and Composition,
AP Environmental Science,
AP Human Geography,
AP Microeconomics,
AP Music Theory,
AP Physics 1: Algebra-Based,
AP Physics 2: Algebra-Based,
AP Psychology,
AP Statistics,
AP US History,
AP United States Government and Politics,
AP World History: Modern

Response

Dashboard rows returned

rows
object[]
required