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}`
}
});
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"
]
},
{
"created_date": "2024-06-19T21:47:48.918Z",
"updated_date": "2025-02-28T17:28:52.447Z",
"properties": {},
"number": "39154",
"name": "Berge Group Building: 39154",
"description": "Berge Group Building: 39154 aggregate end-to-end initiatives",
"capacity": 39,
"category": "technologies",
"identifiers": [
{
"type": "sis_id",
"value": "88d054aa-547e-433a-9664-803eee78ff4c"
}
],
"id": "a169a262-5c34-54e0-b92a-96470010efc4",
"flags": [],
"facility_id": "22ccb46e-85fd-57a9-b6d6-fbd8fa196853",
"department_ids": [
"213fc19d-4e82-5873-9b45-8729fba6ac71",
"51431c72-a151-50aa-a5da-a0deeb73ae7a"
]
},
{
"created_date": "2024-06-19T21:47:48.918Z",
"updated_date": "2025-02-28T17:28:52.447Z",
"properties": {},
"number": "307",
"name": "Berge Group Building: 307",
"description": "Berge Group Building: 307 evolve robust models",
"capacity": 47,
"category": "lifetime value",
"identifiers": [
{
"type": "sis_id",
"value": "0e2a971c-a749-4e86-8002-38adef69493a"
}
],
"id": "87d5f218-a4ac-5b85-b709-6030c37a61b9",
"flags": [],
"facility_id": "22ccb46e-85fd-57a9-b6d6-fbd8fa196853",
"department_ids": [
"51431c72-a151-50aa-a5da-a0deeb73ae7a",
"b183aae9-5ac8-5644-b09f-ba9695e58f08"
]
}
],
"$request": "00000000-0000-0000-0000-000000000000"
}
