For Developers

List Departments

GET https://ed.link/api/v2/graph/departments

Retrieve a list of all Departments.

Request Parameters

This query allows for standard paging parameters.

Sample Request

axios.get('https://ed.link/api/v2/graph/departments', {
    headers: {
        authorization: `Bearer ${integration_access_token}`
    }
});