Skip to main content
GET
/
edubridge
/
subject-track
/
groups
List all subject track groups
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>"
            }
          }
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Successful response

groups
object[]
required