Skip to main content
GET
/
powerpath
/
course-sequence
/
:id
/
stages
Get stages of a single course sequence
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/course-sequence/:id/stages \
  --header 'Authorization: Bearer <token>'
{
  "stages": [
    {
      "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

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

Response

Course Sequence Stages

stages
object[]
required