curl --request POST \
--url https://api.alpha-1edtech.ai/edubridge/progression/hole-filling-course \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"studentSourcedId": "<string>",
"studentEmail": "<string>",
"subject": "<string>",
"grade": "<string>",
"lessons": [
{
"lessonId": "<string>",
"title": "<string>",
"app": "<string>",
"launchUrl": "<string>",
"metadata": {}
}
],
"gapAnalysisId": "<string>",
"assignmentId": 123,
"baseCourseSourcedId": "<string>",
"testType": "end of course",
"missedQuestions": [
"<string>"
]
}
'{
"courseSourcedId": "<string>",
"classSourcedId": "<string>",
"enrollmentSourcedId": "<string>"
}Creates a hole-filling course in OneRoster with component resources (lessons). Served by the hole-filling-course Lambda.
curl --request POST \
--url https://api.alpha-1edtech.ai/edubridge/progression/hole-filling-course \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"studentSourcedId": "<string>",
"studentEmail": "<string>",
"subject": "<string>",
"grade": "<string>",
"lessons": [
{
"lessonId": "<string>",
"title": "<string>",
"app": "<string>",
"launchUrl": "<string>",
"metadata": {}
}
],
"gapAnalysisId": "<string>",
"assignmentId": 123,
"baseCourseSourcedId": "<string>",
"testType": "end of course",
"missedQuestions": [
"<string>"
]
}
'{
"courseSourcedId": "<string>",
"classSourcedId": "<string>",
"enrollmentSourcedId": "<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.
The access token received from the authorization server in the OAuth 2.0 flow.
The student's OneRoster sourced ID
The student's email address
Academic subject
Grade level
Lessons to include in the hole-filling course
Show child attributes
Gap analysis record ID
The assignment ID from AlphaTest
Base course sourced ID for hole-filling lineage
Type of test that triggered hole-filling
end of course, test out, placement List of missed question IDs