Skip to main content
GET
/
powerpath
/
placement
/
getSubjectProgress
Get subject progress
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/placement/getSubjectProgress \
  --header 'Authorization: Bearer <token>'
{
  "progress": [
    {
      "course": {
        "courseCode": "<string>",
        "dateLastModified": "<string>",
        "grades": [
          "3"
        ],
        "level": "<string>",
        "orgSourcedId": "<string>",
        "sourcedId": "<string>",
        "status": "<string>",
        "subjects": [
          "Reading"
        ],
        "title": "<string>"
      },
      "inEnrolled": true,
      "hasUsedTestOut": true,
      "testOutLessonId": "<string>",
      "completedLessons": 123,
      "totalLessons": 123,
      "totalAttainableXp": 123,
      "totalXpEarned": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

student
string
required

The sourcedId of the student

subject
enum<string>
required

The subject name

Available options:
Reading,
Language,
Vocabulary,
Social Studies,
Writing,
Science,
FastMath,
Math,
None,
Other

Response

Success

progress
object[]
required

The progress of the student in each of the subject's courses