get_room_tab_details
Retrieve detailed information about a specific Room Tab in Webex by providing its unique identifier, enabling efficient data access and management.
Instructions
Get details for a Room Tab in Webex.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The unique identifier for the Room Tab. |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The unique identifier for the Room Tab.",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}