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
}
]
}Returns the progress the student has made in the given subject
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
}
]
}The access token received from the authorization server in the OAuth 2.0 flow.
The sourcedId of the student
The subject name
Reading, Language, Vocabulary, Social Studies, Writing, Science, FastMath, Math, None, Other Success
The progress of the student in each of the subject's courses
Show child attributes