curl --request POST \
--url https://api.alpha-1edtech.ai/powerpath/test-assignments \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"student": "<string>",
"subject": "Reading",
"grade": "-1",
"testName": "<string>"
}
'{
"assignmentId": "<string>",
"lessonId": "<string>",
"resourceId": "<string>"
}Creates a standalone test-out assignment for a student, generating a Resource and an unlisted ComponentResource (no course link), and registering the assignment record.
curl --request POST \
--url https://api.alpha-1edtech.ai/powerpath/test-assignments \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"student": "<string>",
"subject": "Reading",
"grade": "-1",
"testName": "<string>"
}
'{
"assignmentId": "<string>",
"lessonId": "<string>",
"resourceId": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.
The sourcedId of the student
The subject of the test (e.g., Math)
Reading, Language, Vocabulary, Social Studies, Writing, Science, FastMath, Math, None, Other The grade of the test (e.g., 3)
-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 Optional display name for the test