curl --request GET \
--url https://api.alpha-1edtech.ai/powerpath/testOut \
--header 'Authorization: Bearer <token>'{
"lessonType": "<string>",
"lessonId": "<string>",
"finalized": true,
"toolProvider": "<string>",
"attempt": 123,
"credentials": {
"email": "[email protected]",
"password": "<string>"
},
"assignmentId": "<string>",
"classId": "<string>",
"testUrl": "<string>",
"testId": "<string>"
}Returns the testOut lesson reference for the given student and course.
Details:
A ‘Lesson’ in this context is a ComponentResource object which has a Resource object with metadata.lessonType = “test-out” associated with it.
curl --request GET \
--url https://api.alpha-1edtech.ai/powerpath/testOut \
--header 'Authorization: Bearer <token>'{
"lessonType": "<string>",
"lessonId": "<string>",
"finalized": true,
"toolProvider": "<string>",
"attempt": 123,
"credentials": {
"email": "[email protected]",
"password": "<string>"
},
"assignmentId": "<string>",
"classId": "<string>",
"testUrl": "<string>",
"testId": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.
The sourcedId of the student to retrieve the testOut for
The sourcedId of the Course to retrieve the testOut from
Success
Holds the id of the TestOut lesson (ComponentResource), or its results in case it was previously attempted
"test-out"The id of the testOut lesson
Whether the Test Out has been finalized in the current attempt
The tool provider for the testOut lesson
The attempt number
The credentials for accessing the assigned test on external tool
Show child attributes
The id of the assignment on external tool for results retrieval
The id of the class on external tool for results retrieval (may be empty for some tools)
The URL of the test on external tool
The id of the test on external tool (may be assignment ID for some tools)