{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Chats API", "version": "1.0.0" }, "items": [ { "info": { "name": "Chats", "type": "folder" }, "items": [ { "info": { "name": "List Meeting Chats", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meetings/postMeetingChats", "params": [ { "name": "meetingId", "value": "0ed74a1c0551494fb7a04e2881bf50ae_I_166022169160077044", "type": "query", "description": "A unique identifier for the [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) to which the chats belong. The meeting ID of a scheduled [personal room](https://help.webex.com/en-us/article/nul0wut/Webex-Personal-Rooms-in-Webex-Meetings) meeting is not supported." }, { "name": "max", "value": "100", "type": "query", "description": "Limit the maximum number of meeting chats in the response, up to 100." }, { "name": "offset", "value": "0", "type": "query", "description": "Offset from the first result that you want to fetch." } ] }, "docs": "Lists the meeting chats of a finished [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) specified by `meetingId`. You can set a maximum number of chats to return.\n\nUse this operation to list the chats of a finished [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) when they are ready. Please note that only **meeting instances** in state `ended` are supported for `meetingId`. **Meeting series**, **scheduled meetings" }, { "info": { "name": "Delete Meeting Chats", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/meetings/postMeetingChats", "params": [ { "name": "meetingId", "value": "0ed74a1c0551494fb7a04e2881bf50ae_I_166022169160077044", "type": "query", "description": "A unique identifier for the [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) to which the chats belong. Meeting IDs of a scheduled [personal room](https://help.webex.com/en-us/article/nul0wut/Webex-Personal-Rooms-in-Webex-Meetings) meeting are not supported." } ] }, "docs": "Deletes the meeting chats of a finished [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) specified by `meetingId`.\n\nUse this operation to delete the chats of a finished [meeting instance](/docs/meetings#meeting-series-scheduled-meetings-and-meeting-instances) when they are ready. Please note that only **meeting instances** in state `ended` are supported for `meetingId`. **Meeting series**, **scheduled meetings** and `in-progress` **meeting instances** ar" } ] } ], "bundled": true }