Skip to main content
GET
/
powerpath
/
test-out
/
getTestOutEligibility
/
{studentId}
/
{subject}
Check if a student is eligible to self-request a test-out
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/test-out/getTestOutEligibility/{studentId}/{subject} \
  --header 'Authorization: Bearer <token>'
{
  "eligible": true,
  "reason": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

studentId
string
required

The OneRoster sourcedId of the student

subject
string
required

The subject to check eligibility for

Response

Eligibility result

eligible
boolean
required

Whether the student is eligible to test out

reason
string

The reason the student is not eligible, only present when eligible is false