For Developers
Get Module
GET https://ed.link/api/v2/graph/classes/:class_id/modules/:module_id
Retrieve information about a specific Module within a given Class.
Request Parameters
Parameter | Type | Description |
---|---|---|
class_id | string | The UUID of the desired Class. |
module_id | string | The UUID of the desired Module. |
Sample Request
axios.get(`https://ed.link/api/v2/graph/classes/${class_id}/modules/${module_id}`, {
headers: {
authorization: `Bearer ${integration_access_token}`
}
});
Sample Response
{
"$request": "00000000-0000-0000-0000-000000000000",
"$data": {
"title": "test module 1",
"display_date": "2025-07-31T22:48:36.798Z",
"properties": {
"microsoft": {
"description": "<div>some words go here</div>",
"status": "published"
}
},
"identifiers": [],
"rule_ids": [],
"references": {},
"id": "00000000-0000-0000-0000-000000000000"
}
}
Supported Providers
- blackboard
- brightspace
- canvas
- microsoft
- schoology