For Developers

Get Subject

GET https://ed.link/api/v2/graph/subjects/:subject\_id

Retrieve information about a specific Subject.

Request Parameters

ParameterTypeDescription
subject_idstringThe UUID of the desired Subject.

Sample Request

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