Skip to main content
GET
/
edubridge
/
subject-track
Get all subject tracks
curl --request GET \
  --url https://api.alpha-1edtech.ai/edubridge/subject-track/ \
  --header 'Authorization: Bearer <token>'
{
  "subjectTrack": [
    {
      "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

subjectTrack
object[]
required