Skip to main content
GET
/
powerpath
/
course-sequence
Get course sequences
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/course-sequence/ \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "subject": "Reading",
      "title": "<string>",
      "author": "[email protected]",
      "status": "draft",
      "statusUpdatedAt": "2023-11-07T05:31:56Z",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

status
enum<string>
Available options:
draft,
active,
retired,
tobedeleted
subject
enum<string>
Available options:
Reading,
Language,
Vocabulary,
Social Studies,
Writing,
Science,
FastMath,
Math,
None,
Other

Response

Course Sequence Heads

items
object[]
required