curl --request GET \
--url https://api.alpha-1edtech.ai/edubridge/subject-track/groups \
--header 'Authorization: Bearer <token>'{
"groups": [
{
"key": {
"subject": "Reading",
"grade": "3",
"courseId": "<string>",
"isGlobal": true
},
"tracks": [
{
"id": "<string>",
"grade": "3",
"subject": "Reading",
"course": {
"status": "active",
"title": "<string>",
"org": {
"sourcedId": "<string>"
},
"sourcedId": "<string>",
"dateLastModified": "2023-11-07T05:31:56Z",
"metadata": {},
"courseCode": "<string>",
"grades": [
"3"
],
"subjects": [
"Reading"
],
"subjectCodes": [
"<string>"
],
"level": "<string>"
},
"org": {
"sourcedId": "<string>",
"status": "active",
"name": "<string>",
"type": "department",
"identifier": "<string>",
"children": [],
"dateLastModified": "2023-11-07T05:31:56Z",
"metadata": {},
"parent": {
"href": "<string>",
"sourcedId": "<string>",
"type": "<string>"
}
}
}
]
}
]
}Returns all subject tracks organized into logical groups. Groups are defined by subject, grade, course, and type (global vs campus-specific). Global groups contain a single track that applies to all organizations. Campus groups contain multiple tracks for specific organizations sharing the same subject, grade, and course.
curl --request GET \
--url https://api.alpha-1edtech.ai/edubridge/subject-track/groups \
--header 'Authorization: Bearer <token>'{
"groups": [
{
"key": {
"subject": "Reading",
"grade": "3",
"courseId": "<string>",
"isGlobal": true
},
"tracks": [
{
"id": "<string>",
"grade": "3",
"subject": "Reading",
"course": {
"status": "active",
"title": "<string>",
"org": {
"sourcedId": "<string>"
},
"sourcedId": "<string>",
"dateLastModified": "2023-11-07T05:31:56Z",
"metadata": {},
"courseCode": "<string>",
"grades": [
"3"
],
"subjects": [
"Reading"
],
"subjectCodes": [
"<string>"
],
"level": "<string>"
},
"org": {
"sourcedId": "<string>",
"status": "active",
"name": "<string>",
"type": "department",
"identifier": "<string>",
"children": [],
"dateLastModified": "2023-11-07T05:31:56Z",
"metadata": {},
"parent": {
"href": "<string>",
"sourcedId": "<string>",
"type": "<string>"
}
}
}
]
}
]
}