Skip to main content
GET
/
powerpath
/
lessonPlans
/
getCourseProgress
/
{courseId}
/
student
/
{studentId}
Get course progress
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/lessonPlans/getCourseProgress/{courseId}/student/{studentId} \
  --header 'Authorization: Bearer <token>'
{
  "lineItems": [
    {
      "type": "<string>",
      "assessmentLineItemSourcedId": "<string>",
      "courseComponentSourcedId": "<string>",
      "title": "<string>",
      "results": [
        {
          "scoreDate": "2023-11-07T05:31:56Z",
          "sourcedId": "<string>",
          "dateLastModified": "2023-11-07T05:31:56Z",
          "metadata": {},
          "score": 123,
          "textScore": "<string>",
          "scoreScale": {
            "sourcedId": "<string>"
          },
          "scorePercentile": 123,
          "comment": "<string>",
          "learningObjectiveSet": [
            {
              "source": "<string>",
              "learningObjectiveResults": [
                {
                  "learningObjectiveId": "<string>",
                  "score": 123,
                  "textScore": "<string>"
                }
              ]
            }
          ],
          "inProgress": "<string>",
          "incomplete": "<string>",
          "late": "<string>",
          "missing": "<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.

Path Parameters

courseId
string
required

Course ID

studentId
string
required

Student ID

Query Parameters

lessonId
string

Optional component resource ID to filter results by a specific lesson

Minimum string length: 1
Example:

"lesson-123"

Response

Course progress

lineItems
object[]
required

Assessment line items for the course and student