For Developers

Get Period

GET https://ed.link/api/v2/graph/periods/:period_id

Retrieve information about a specific Period.

Request Parameters

ParameterTypeDescription
period_idstringThe UUID of the desired Period.

Sample Request

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