curl --request GET \
--url https://api.alpha-1edtech.ai/powerpath/placement/getAllPlacementTests \
--header 'Authorization: Bearer <token>'{
"placementTests": [
{
"component_resources": {},
"resources": {},
"resources_metadata": {},
"assessment_line_items": {},
"assessment_results": [
{}
]
}
]
}Returns all placement tests for a subject, including available results for each.
A ‘Lesson’ (placement test) 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/getAllPlacementTests \
--header 'Authorization: Bearer <token>'{
"placementTests": [
{
"component_resources": {},
"resources": {},
"resources_metadata": {},
"assessment_line_items": {},
"assessment_results": [
{}
]
}
]
}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
Show child attributes