curl --request GET \
--url https://api.alpha-1edtech.ai/powerpath/placement/getNextPlacementTest \
--header 'Authorization: Bearer <token>'{
"exhaustedTests": true,
"gradeLevel": "3",
"lesson": "<string>",
"onboarded": true,
"availableTests": 123
}Returns the next placement test for the student in a subject:
Also returns the ‘onboarded’ boolean that indicates if the student completed the onboarding process for the subject:
A ‘Lesson’ in this context is a ComponentResource object which has a Resource object with metadata.lessonType = “placement” associated with it.
curl --request GET \
--url https://api.alpha-1edtech.ai/powerpath/placement/getNextPlacementTest \
--header 'Authorization: Bearer <token>'{
"exhaustedTests": true,
"gradeLevel": "3",
"lesson": "<string>",
"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
Whether the student has exhausted all placement tests
The grade level of the next placement test
-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 "3"
The sourcedId of the next placement test (ComponentResource)
Whether the student has completed the onboarding process for the subject
The number of placement tests available for the subject