List Rooms
List rooms to which the authenticated user belongs to. The title of the room for 1:1 rooms will be the display name of the other person.
External Documentation
To learn more, visit the Cisco Webex documentation.
Parameters
Parameter | Description |
---|---|
Limit | Limit the maximum number of rooms in the response. Valid range is 1 - 1000. |
Sort By | Sort results. |
Team ID | List rooms associated with a team, by the room's ID. Can be retrieved from the List Teams action. |
Type | List rooms by the room type. |
Example Output
{
"items": [
{
"id": "Y2lzY29zcGFyazovL3VzL1JPT00vYmJjZWIxYWQtNDNmMS0zYjU4LTkxNDctZjE0YmIwYzRkMTU0",
"title": "Project Unicorn - Sprint 0",
"type": "group",
"isLocked": true,
"teamId": "Y2lzY29zcGFyazovL3VzL1JPT00vNjRlNDVhZTAtYzQ2Yi0xMWU1LTlkZjktMGQ0MWUzNDIxOTcz",
"lastActivity": "2016-04-21T19:12:48.920Z",
"creatorId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY",
"created": "2016-04-21T19:01:55.966Z",
"ownerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
"classificationId": "Y2lzY29zcGFyazovL3VzL0NMQVNTSUZJQ0FUSU9OL2YyMDUyZTgyLTU0ZjgtMTFlYS1hMmUzLTJlNzI4Y2U4ODEyNQ",
"isAnnouncementOnly": false,
"isReadOnly": false,
"isPublic": true,
"madePublic": "2022-10-10T17:24:19.388Z",
"description": "Company Announcements"
}
]
}
Workflow Library Example
List Rooms with Cisco Webex and Send Results Via Email
Preview this Workflow on desktop