For Developers

List Meetings

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

Retrieve a list of all Meetings whether they belong to a district or a class.

Request Parameters

This query allows for standard paging parameters.

Sample Request

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

Sample Response

{
    "$data": [
        {
            "created_date": "2024-08-01T13:23:04.725Z",
            "updated_date": "2024-08-01T13:23:04.725Z",
            "properties": {},
            "identifiers": [],
            "id": "4cb963bf-d5cb-47c6-a3a5-1ddc28c65a71",
            "class_id": null,
            "day_id": "ecfee75e-a1e6-405a-80a8-1c5692b94045",
            "period_id": null,
            "type": "day"
        },
        {
            "created_date": "2024-08-01T13:23:04.725Z",
            "updated_date": "2024-08-01T13:23:04.725Z",
            "properties": {},
            "identifiers": [],
            "id": "c6663700-0bd6-46d0-98e2-aa0ddc596d1c",
            "class_id": null,
            "day_id": "f18f302d-9822-4506-ba64-dd89a17b51c1",
            "period_id": null,
            "type": "day"
        },
        {
            "created_date": "2024-08-01T13:23:04.725Z",
            "updated_date": "2024-08-01T13:23:04.725Z",
            "properties": {},
            "identifiers": [],
            "id": "3cd2ae1d-bee7-4065-8155-03dae57157d5",
            "class_id": null,
            "day_id": "24ced69d-497f-49c4-ae4c-48f25f934241",
            "period_id": null,
            "type": "day"
        }
    ],
    "$request": "00000000-0000-0000-0000-000000000000"
}