curl --request POST \
--url https://api.alpha-1edtech.ai/edubridge/subject-track/groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"subject": "Reading",
"grade": "3",
"courseId": "<string>",
"orgSourcedIds": []
}
'This response has no body data.Creates a new subject track group. If orgSourcedIds is empty, creates a global track that applies to all organizations. If orgSourcedIds contains organization IDs, creates campus-specific tracks for each organization. All tracks in the group will have the same subject, grade, and course.
curl --request POST \
--url https://api.alpha-1edtech.ai/edubridge/subject-track/groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"subject": "Reading",
"grade": "3",
"courseId": "<string>",
"orgSourcedIds": []
}
'This response has no body data.The access token received from the authorization server in the OAuth 2.0 flow.
The subject for the track group (required)
Reading, Language, Vocabulary, Social Studies, Writing, Science, FastMath, Math, None, Other The grade level for the track group (required)
-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 "3"
The course ID to associate with all tracks in this group (required)
1Array of organization IDs for campus-specific tracks. Empty array creates a global track that applies to all organizations