Skip to main content
GET
/
powerpath
/
course-sequence
/
:id
/
stages
/
after
/
course
Get a stage after the course
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/course-sequence/:id/stages/after/course \
  --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

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

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