For Developers

Get Department

GET https://ed.link/api/v2/graph/departments/:department\_id

Retrieve information about a specific Department.

Request Parameters

ParameterTypeDescription
department_idstringThe UUID of the desired Department.

Sample Request

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