Skip to main content
GET
/
powerpath
/
testOut
Test out
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>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

student
string
required

The sourcedId of the student to retrieve the testOut for

course
string
required

The sourcedId of the Course to retrieve the testOut from

Response

Success

Holds the id of the TestOut lesson (ComponentResource), or its results in case it was previously attempted

lessonType
string
required
Allowed value: "test-out"
lessonId
string | null
required

The id of the testOut lesson

finalized
boolean
required

Whether the Test Out has been finalized in the current attempt

toolProvider
string | null
required

The tool provider for the testOut lesson

attempt
number

The attempt number

credentials
object

The credentials for accessing the assigned test on external tool

assignmentId
string

The id of the assignment on external tool for results retrieval

classId
string

The id of the class on external tool for results retrieval (may be empty for some tools)

testUrl
string<uri>

The URL of the test on external tool

testId
string

The id of the test on external tool (may be assignment ID for some tools)