Skip to main content
POST
/
powerpath
/
test-assignments
Create an individual test assignment (unlisted test-out)
curl --request POST \
  --url https://api.alpha-1edtech.ai/powerpath/test-assignments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "student": "<string>",
  "subject": "Reading",
  "grade": "-1",
  "testName": "<string>"
}
'
{
  "assignmentId": "<string>",
  "lessonId": "<string>",
  "resourceId": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
student
string
required

The sourcedId of the student

subject
enum<string>
required

The subject of the test (e.g., Math)

Available options:
Reading,
Language,
Vocabulary,
Social Studies,
Writing,
Science,
FastMath,
Math,
None,
Other
grade
enum<string>
required

The grade of the test (e.g., 3)

Available options:
-1,
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
testName
string

Optional display name for the test

Response

Success

assignmentId
string
required

The sourcedId of the test assignment

lessonId
string
required

The sourcedId of the component resource (unlisted lesson)

resourceId
string
required

The sourcedId of the resource created