Skip to main content
GET
/
powerpath
/
render-config
/
{courseId}
Get render config for a course
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/render-config/{courseId} \
  --header 'Authorization: Bearer <token>'
{
  "courseId": "<string>",
  "rendererId": "<string>",
  "rendererUrl": "<string>",
  "suppressFeedback": true,
  "suppressCorrectResponse": true,
  "rendererVersion": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

courseId
string
required

The sourcedId of the course

Response

Render config found

courseId
string
required
rendererId
string
required
rendererUrl
string
required
suppressFeedback
boolean
required
suppressCorrectResponse
boolean
required
rendererVersion
string | null