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