Skip to main content
GET
/
powerpath
/
placement
/
getNextPlacementTest
Get next placement test
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/placement/getNextPlacementTest \
  --header 'Authorization: Bearer <token>'
{
  "exhaustedTests": true,
  "gradeLevel": "3",
  "lesson": "<string>",
  "onboarded": true,
  "availableTests": 123
}

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

subject
enum<string>
required

The subject name

Available options:
Reading,
Language,
Vocabulary,
Social Studies,
Writing,
Science,
FastMath,
Math,
None,
Other

Response

Success

exhaustedTests
boolean
required

Whether the student has exhausted all placement tests

gradeLevel
enum<string> | null
required

The grade level of the next placement test

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

"3"

lesson
string | null
required

The sourcedId of the next placement test (ComponentResource)

onboarded
boolean
required

Whether the student has completed the onboarding process for the subject

availableTests
number
required

The number of placement tests available for the subject