For Developers

List Incidents

GET https://ed.link/api/v2/graph/incidents

Retrieve a list of all Incidents.

Request Parameters

This query allows for standard paging parameters.

Sample Request

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