curl --request POST \
--url https://api.alpha-1edtech.ai/powerpath/test-out/makeExternalStudentTestOutAssignment \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"oneRosterSourcedId": "<string>",
"subject": "<string>"
}
'{
"success": true,
"data": {}
}Creates an AlphaTest test-out assignment for a student on a given subject.
The endpoint performs the following steps:
The assignment payload sent to AlphaTest includes:
test_type: “test out”origin: “self-elected”Will fail if:
curl --request POST \
--url https://api.alpha-1edtech.ai/powerpath/test-out/makeExternalStudentTestOutAssignment \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"oneRosterSourcedId": "<string>",
"subject": "<string>"
}
'{
"success": true,
"data": {}
}The access token received from the authorization server in the OAuth 2.0 flow.