For Developers

List Rooms

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

Retrieve a list of all Rooms.

Request Parameters

This query allows for standard paging parameters.

Sample Request

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