curl --request POST \
--url https://api.alpha-1edtech.ai/powerpath/screening/tests/assign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"userId": "<string>",
"subject": "Math"
}
'{
"nweaStudentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdOn": "2023-11-07T05:31:56Z",
"password": "<string>",
"name": "<string>",
"proctorId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"pin": "<string>",
"testSessionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "active",
"assignment": {
"assignedTestKey": "<string>",
"status": "enqueued",
"nweaStatus": "ENQUEUED"
},
"termId": "<string>"
}Assign test to a user
curl --request POST \
--url https://api.alpha-1edtech.ai/powerpath/screening/tests/assign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"userId": "<string>",
"subject": "Math"
}
'{
"nweaStudentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdOn": "2023-11-07T05:31:56Z",
"password": "<string>",
"name": "<string>",
"proctorId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"pin": "<string>",
"testSessionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "active",
"assignment": {
"assignedTestKey": "<string>",
"status": "enqueued",
"nweaStatus": "ENQUEUED"
},
"termId": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.
Test assigned
active, inactive Show child attributes