For Developers
List Resources
GET https://ed.link/api/v2/graph/classes/:class_id/modules/:module_id/resources
Retrieve a list of Resources that belong to a given Module.
Request Parameters
This query allows for standard paging 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}/resources`, {
headers: {
authorization: `Bearer ${integration_access_token}`
}
});
Sample Response
{
"$request": "00000000-0000-0000-0000-000000000000",
"$data": [
{
"id": "00000000-0000-0000-0000-000000000000",
"created_date": "2022-01-27T17:10:09.702Z",
"updated_date": "2022-01-27T17:10:09.702Z",
"properties": {},
"module_id": "00000000-0000-0000-0000-000000000000",
"type": "module",
"target_id": "00000000-0000-0000-0000-000000000000"
}
]
}
Supported Providers
- brightspace
- canvas
- schoology