Skip to main content
GET
/
powerpath
/
placement
/
getCurrentLevel
Get current level
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/placement/getCurrentLevel \
  --header 'Authorization: Bearer <token>'
{
  "gradeLevel": "3",
  "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

gradeLevel
enum<string> | null
required

The grade level of the current level in the subject

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

"3"

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