Skip to main content
GET
/
powerpath
/
lessonPlans
/
{lessonPlanId}
/
operations
Get the operations for a lesson plan
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/lessonPlans/{lessonPlanId}/operations \
  --header 'Authorization: Bearer <token>'
{
  "operations": [
    {
      "id": "<string>",
      "type": "<string>",
      "reason": "<string>",
      "createdAt": "<string>",
      "sequenceNumber": 123,
      "createdBy": "<string>",
      "payload": "<unknown>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

lessonPlanId
string
required

Lesson plan ID

Response

Operations

operations
object[]
required