Skip to main content
POST
/
powerpath
/
test-out
/
makeExternalStudentTestOutAssignment
Create a self-elected student test-out assignment
curl --request POST \
  --url https://api.alpha-1edtech.ai/powerpath/test-out/makeExternalStudentTestOutAssignment \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "oneRosterSourcedId": "<string>",
  "subject": "<string>"
}
'
{
  "success": true,
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Body

application/json
oneRosterSourcedId
string
required

The OneRoster sourcedId of the student who will take the test

Minimum string length: 1
subject
string
required

The subject for which the student will test out (e.g. Math, Reading, Language, Science, Writing, Vocabulary)

Response

Assignment created

success
boolean
required
data
object