Skip to main content
GET
/
powerpath
/
syllabus
/
{courseSourcedId}
Get course syllabus
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/syllabus/{courseSourcedId} \
  --header 'Authorization: Bearer <token>'
{
  "syllabus": "<unknown>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

courseSourcedId
string
required

The course sourcedId

Response

Success

syllabus
any

The course syllabus content