For Developers
List Categories
GET https://ed.link/api/v2/graph/classes/:class_id/categories
Retrieve a list of Categories for a given class.
Request Parameters
| Parameter | Type | Description |
|---|---|---|
class_id | string | The UUID of the desired Class. |
This endpoint only supports the $first query parameter.
Use the $next URL provided in each response to page through results.
Sample Request
axios.get(`https://ed.link/api/v2/graph/classes/${class_id}/categories`, {
headers: {
authorization: `Bearer ${integration_access_token}`
}
});
Sample Response
{
"$request": "00000000-0000-0000-0000-000000000000",
"$data": [
{
"title": "Example Category",
"weight": 0,
"properties": {},
"identifiers": [
{"type":"schoology_id", "value": "123"}
],
"id": "00000000-0000-0000-0000-000000000000"
}
]
}
Supported Providers
- aeries
- aspen
- blackbaud
- blackboard
- brightspace
- canvas
- classgather
- microsoft
- oneroster
- powerschool
- schoology
- skyward
- veracross
- qmlativ
- infinitecampus
- rapididentity
- sapphire
- genesis
- renweb
- synergy
- managebac