For Developers
List Subjects
GET https://ed.link/api/v2/graph/subjects
Retrieve a list of all Subjects.
Request Parameters
This query allows for standard paging parameters.
Sample Request
axios.get('https://ed.link/api/v2/graph/subjects', {
headers: {
authorization: `Bearer ${integration_access_token}`
}
});