curl --request GET \
--url https://api.alpha-1edtech.ai/powerpath/screening/session/{userId} \
--header 'Authorization: Bearer <token>'{
"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>"
}Get session for a user
curl --request GET \
--url https://api.alpha-1edtech.ai/powerpath/screening/session/{userId} \
--header 'Authorization: Bearer <token>'{
"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.
User ID
Session
active, inactive Show child attributes