list_ecm_folder
Retrieve the ECM folder contents for a specific Webex room by providing the room ID, enabling streamlined access to shared files and resources.
Instructions
List the ECM folder of a specified room in Webex.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
roomId | Yes | The ID of the room for which to list the ECM folder. |
Input Schema (JSON Schema)
{
"properties": {
"roomId": {
"description": "The ID of the room for which to list the ECM folder.",
"type": "string"
}
},
"required": [
"roomId"
],
"type": "object"
}