Skip to main content
GET
/
powerpath
/
course-sequence
/
:id
/
stages
/
after
/
assessment
Get a stage after the assessment
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/course-sequence/:id/stages/after/assessment \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "title": "<string>",
  "grades": [
    "-1"
  ],
  "subject": "Reading",
  "type": "course",
  "properties": {
    "courseReferences": [
      {
        "courseId": "<string>",
        "refAddedAt": "2023-11-07T05:31:56Z"
      }
    ],
    "testTypes": [
      "test_out"
    ],
    "learningAppId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

The unique identifier (UUID)

Query Parameters

score_pct
string
required

The test score (percent)

Example:

"90"

test_grade
enum<string>
required
Available options:
-1,
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
test_type
enum<string>
Available options:
test_out,
placement,
end_of_course
cqpm
string

Correct Questions Per Minute for FastMath

wcpm
string

Word Count Per Minute for Language

Response

Course Sequence Stage

id
string
required

The unique identifier of the stage. For course type stages it is the course id.

title
string
required

The title of the stage. For course type stages it is the course title.

Required string length: 1 - 255
grades
enum<string>[]
required

The K-12 grade level associated with the stage.

Available options:
-1,
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
subject
enum<string>
required

The subject associated with the stage

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

The type of the stage

Available options:
course,
assessment,
hole-filling
properties
object
required

The additional properties associated with the stage