Skip to main content
POST
/
powerpath
/
lessonPlans
/
{lessonPlanId}
/
recreate
Recreate a lesson plan from a course and apply all operations
curl --request POST \
  --url https://api.alpha-1edtech.ai/powerpath/lessonPlans/{lessonPlanId}/recreate \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "operationCount": 123,
  "operationResults": [
    {
      "success": true,
      "errors": [
        {
          "message": "<string>"
        }
      ]
    }
  ],
  "message": "<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

lessonPlanId
string
required

Lesson plan ID

Response

Lesson plan recreated

success
boolean
required
operationCount
number
required
operationResults
object[]
required
message
string