GET
/
ai
/
v1
/
lesson-plan
/
get-additional-blocks
Retrieve additional lesson plan blocks
curl --request GET \
  --url https://api-staging.crazygoldfish.com/ai/v1/lesson-plan/get-additional-blocks
{
  "blocks": {
    "differentiation": "Differentiation",
    "reflection_feedback": "Reflection Feedback",
    "real_life_connections": "Real Life Connections",
    "interdisciplinary_connections": "Interdisciplinary Connections",
    "emotional_social_development": "Emotional Social Development",
    "classroom_environment": "Classroom Environment"
  }
}

Response

200 - application/json

List of additional lesson plan blocks returned successfully.

The response is of type object.