For Developers

Get Room

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

Retrieve information about a specific Room.

Request Parameters

ParameterTypeDescription
room_idstringThe UUID of the desired Room.

Sample Request

axios.get('https://ed.link/api/v2/graph/rooms/8e0107b3-4bdd-5738-aa1b-e8dcb7b76949', {
    headers: {
        authorization: `Bearer ${integration_access_token}`
    }
});

Sample Response

{
    "$data": {
        "created_date": "2024-06-19T21:47:48.918Z",
        "updated_date": "2025-02-28T17:28:52.447Z",
        "properties": {},
        "number": "4442",
        "name": "Berge Group Building: 4442",
        "description": "Berge Group Building: 4442 deploy collaborative supply-chains",
        "capacity": 77,
        "category": "applications",
        "identifiers": [
            {
            "type": "sis_id",
            "value": "8d91cf09-63d6-4032-b027-db76f447424f"
            }
        ],
        "id": "8e0107b3-4bdd-5738-aa1b-e8dcb7b76949",
        "flags": [],
        "facility_id": "22ccb46e-85fd-57a9-b6d6-fbd8fa196853",
        "department_ids": [
            "b183aae9-5ac8-5644-b09f-ba9695e58f08"
        ]
    },
    "$request": "00000000-0000-0000-0000-000000000000"
}