curl --request GET \
--url https://api.alpha-1edtech.ai/powerpath/placement/getCurrentLevel \
--header 'Authorization: Bearer <token>'{
"gradeLevel": "3",
"onboarded": true,
"availableTests": 123
}Returns the current level of the student in a placement process:
Also returns the ‘onboarded’ boolean that indicates if the student completed the onboarding process for the subject:
curl --request GET \
--url https://api.alpha-1edtech.ai/powerpath/placement/getCurrentLevel \
--header 'Authorization: Bearer <token>'{
"gradeLevel": "3",
"onboarded": true,
"availableTests": 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 grade level of the current level in the subject
-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 "3"
Whether the student has completed the onboarding process for the subject
The number of placement tests available for the subject