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": [],
      "properties": {
        "courseReferences": [
          {
            "courseId": "<string>",
            "refAddedAt": "2023-11-07T05:31:56Z"
          }
        ],
        "testTypes": [],
        "learningAppId": "<string>"
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.timeback.com/llms.txt

Use this file to discover all available pages before exploring further.

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