{ "opencollection": "1.0.0", "info": { "name": "Cisco Webex Platform API (Collaboration Hybrid Solutions) Devices Rooms API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Rooms", "type": "folder" }, "items": [ { "info": { "name": "List rooms (spaces)", "type": "http" }, "http": { "method": "GET", "url": "https://webexapis.com/v1/rooms", "params": [ { "name": "teamId", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "max", "value": "", "type": "query" } ] }, "docs": "List rooms (spaces)" }, { "info": { "name": "Create a room", "type": "http" }, "http": { "method": "POST", "url": "https://webexapis.com/v1/rooms", "body": { "type": "json", "data": "{}" } }, "docs": "Create a room" }, { "info": { "name": "Get room details", "type": "http" }, "http": { "method": "GET", "url": "https://webexapis.com/v1/rooms/:roomId", "params": [ { "name": "roomId", "value": "", "type": "path" } ] }, "docs": "Get room details" }, { "info": { "name": "Update a room", "type": "http" }, "http": { "method": "PUT", "url": "https://webexapis.com/v1/rooms/:roomId", "params": [ { "name": "roomId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a room" }, { "info": { "name": "Delete a room", "type": "http" }, "http": { "method": "DELETE", "url": "https://webexapis.com/v1/rooms/:roomId", "params": [ { "name": "roomId", "value": "", "type": "path" } ] }, "docs": "Delete a room" } ] } ], "bundled": true }