For Developers

Get Course

GET https://ed.link/api/v2/graph/courses/:course_id

Retrieve information about a specific Course.

Request Parameters

ParameterTypeDescription
course_idstringThe UUID of the desired Course.

Sample Request

axios.get('https://ed.link/api/v2/graph/courses/2502e72b-73b3-4fef-9cdc-aaaf6d62cf11', {
    headers: {
        authorization: `Bearer ${integration_access_token}`
    }
});

Sample Response

{
    "$data": {
        "code": "ENGKII",
        "created_date": "2025-07-08T16:04:43.286Z",
        "updated_date": "2025-09-16T00:33:00.471Z",
        "name": "Eng KII",
        "properties": {},
        "identifiers": [
            {
                "type": "sis_id",
                "value": "14"
            }
        ],
        "id": "2502e72b-73b3-4fef-9cdc-aaaf6d62cf11",
        "subjects": [],
        "grade_levels": ["KG"],
        "district_id": "2fcef336-fe50-4475-9909-626cca8114ec",
        "school_id": "2b610fc6-a2cc-40ac-94e8-f556d451164c",
        "session_id": null,
        "subject_id": null,
        "department_id": null
    },
    "$request": "00000000-0000-0000-0000-000000000000"
}