API 41.12.0 更新

XML API 41.12.0 更新

按一下這里以下載XML API 41.12.0 綱要

XMLAPI 將根據以下網站設定項目封鎖Webex Events(傳統版)排定和編輯:啟用傳統活動 這是錯誤的

受影響的 API 和綱要變更

在網站管理組態頁面中,如果啟用傳統版 Event 勾選方塊為 false,則此網站將不再支援 Webex Events(傳統版)會議。

如果啟用傳統版 Event 勾選方塊為 false,則您可呼叫這些 API 以執行 Webex Events(傳統版)會議:

建立活動設定事件獲取Event取得階段作業資訊全部活動最後錄製的活動全部程式上傳活動影像

API將回應新的例外010106 傳統活動已停用

綱要變更

無綱要變更。

API 請求和回應範例

建立活動 API請求和回應

CreateEvent 的請求



XXXXXXXXX


XMLAPI EC測試


2021 年 7 月 17 日 01:29:15
15



CreateEvent 的回應

<?xml version="1.0" encoding="ISO-8859-1"?>
xmlns:event=" http://www.webex.com/schemas/2002/06/service" <serv:header>http://www.webex.com/schemas/2002/06/common" <serv:response>http://www.webex.com/schemas/2002/06/service/event">
<serv:result>失敗</serv:result>
<serv:reason>傳統活動已停用。</serv:reason>
<serv:gsbStatus>主要</serv:gsbStatus>
<serv:exceptionID>010106</serv:exceptionID>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent/>
</serv:body>


CreateEvent3.1.3 影響 API:

  • SetEvent GetEvent

  • GetSessionInfo

  • LstsummaryEvent

  • 最後錄製的活動

  • 全部程式

  • UploadEventImage

XMLAPI最後會議類型 將回應的新元素子產品代碼字首

影響 API

目前的API LstMeetingType 的回應元件生產環境代碼字首:PRO、AUO 及其他Webex預先定義的符合類型字首。

在此新增強功能之後, API將回應的新元素子產品代碼字首:PRO1、PRO2 等,可自訂符合類型字首。

API 上的綱要變更:最後會議類型

將會回應新元素:子產品代碼字首

API 請求和回應範例

最後會議類型 API請求與回應

的請求最後會議類型


13810


的回應最後會議類型


<serv:bodyContent xsi:type="mtgtype:lstMeetingTypeResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<serv:total> 1</serv:total>
<serv:returned> 1</serv:returned>
<serv:startFrom> 1 </serv:startFrom>


<mtgtype:productCodePrefix> PRO</mtgtype:productCodePrefix>
<mtgtype:subProductCodePrefix> PRO3</mtgtype:subProductCodePrefix> //自訂會議類型的新元素
<mtgtype:active>已啟動</mtgtype:active>
<mtgtype:name>C
Cus_已關閉</mtgtype:name>hat_<mtgtype:displayName>C
Cus_已關閉</mtgtype:displayName>hat_

API 41.11.0 更新

XML API 41.11.0 更新

按一下這里以下載XML API 41.11.0 綱要

XML API 支援 Control Hub 管理網站的使用者管理 API 正向相容性

受影響的 API 和綱要變更

如果您的整合應用程式目前正在使用 Webex XMLAPI 使用者管理 API:建立使用者設定使用者刪除使用者,以及取得使用者 來佈建或管理使用者,在您的Webex傳統網站轉換為 Control Hub 管理的網站後,這些 API 將繼續工作以實現前向相容性。會變更部分行為,如下所述:

  • 使用 createUser 時-如果 Control Hub 中的使用者狀態並非「啟用中」,則網站上的使用者狀態也將不會是啟用中。如果 Control Hub 中的使用者狀態為啟用中,則網站上的使用者狀態也會是啟用中,請參照:Control Hub 中新的使用者和轉換的使用者的使用者狀態

  • 密碼元素(屬於 CreateUser 和 SetUser API)將受到忽略,我們會開始傳送啟用電子郵件給新使用者,使用者可按一下電子郵件中的連結,以啟用新帳戶並輸入新密碼。

  • 活躍的 元素 建立使用者API 將被忽略,無法透過以下方式啟動新使用者(未驗證) 使用API的此參數設定使用者

  • 數值(屬於 webExId) 元素(位於 CreateUser API bodyContent)必須與電子郵件相同。如果WebExId 不同於電子郵件,我們將處理WebExId 將其儲存至 WebDB 時與電子郵件相同,因此該值將被忽略。

  • 的值WebExId 元素中的設定使用者 API 必須是電子郵件地址的使用者身分,您可以使用 <電子郵件> 在正文內容中。

  • SetUser API 將支援變更現有使用者的電子郵件:如果 SecurityCoNtext 中的操作帳戶是 Control Hub 完整網站管理員,則將會成功。否則,API 會報告錯誤,並顯示以下新錯誤代碼和訊息:

    • 030120 該帳戶必須是完整網站管理員才能變更電子郵件。

  • newWebExId 元素(位於 SetUser API bodyContent 中)將受到忽略。

  • SetUser API 會嘗試變更為已在使用中的電子郵件,API 會顯示以下新錯誤代碼和錯誤訊息:

    • 030118 電子郵件已在 Control Hub 管理的網站中使用。

  • DelUser API 會在 Webex 會議端停用使用者,並從 Webex 網站移除對應的會議授權。可使用 API 重新啟用此已停用使用者:設定使用者 (已啟動) ,只要該使用者之前經過驗證。

  • CreateUserSetUser API 會顯示新錯誤代碼和錯誤訊息,如下所示:

    • 030117 ,此使用者存在於您的組織外部,因此需要宣告以透過宣告使用者程序移入您的組織。有關將使用者宣告進入您組織的步驟,請參閱向您的組織宣告使用者(轉換使用者)。在宣告使用者之前,您需要先驗證使用者所屬的網域。

    • 030119 CI 存取權杖必須包含範圍webexsquare:管理員(佈建使用者時)。

僅支援有限時段的正向相容性。在移除此相容性之前,我們將提供提前通知。

綱要變更

這些 API 上並無綱要變更:建立使用者設定使用者刪除使用者,以及取得使用者

API 請求和回應範例

建立使用者 API請求與回應

API請求:
<?xml version="1.0" encoding="UTF-8"?>
xsi:schemaLocation="http://www.w3.org/2001/XMLSchema-instance"
<header>http://www.webex.com/schemas/2002/06/service"
<securityContext>http://www.webex.com/schemas/2002/06/service http://www.webex.com/schemas/2002/06/service/service.xsd">
<siteName> {siteName}</siteName>
<webExID> {網站管理員帳戶}</webExID>
<email> {網站管理員帳戶}</email>
<sessionTicket> xxxx</sessionTicket>或或
或,當使用 CI "accessToken" 時,在佈建使用者時,它必須包含範圍 webexsquare:admin
</securityContext>
</header>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body>
<bodyContent xsi:type="java:com.webex.service.binding.user.CreateUser">



<webExId> Jack@qa.webex.com</webExId> --- 它應該是電子郵件地址的使用者身分
<email>Jack@qa.webex.com</email>
<firstName>傑克</firstName>
<lastName>史密斯</lastName>
<password>....</password>
<privilege>
<host>真實</host>
</privilege>
<active>已啟動</active>--- 此參數無法直接作用於使用者,直到使用者透過啟動電子郵件自行啟動為止。
</bodyContent>
</body>

API回應範例:
<?xml version="1.0" encoding="UTF-8"

xmlns:use="
<serv:header>?>
<serv:response>http://www.webex.com/schemas/2002/06/service" <serv:result>成功</serv:result>http://www.webex.com/schemas/2002/06/common" <serv:gsbStatus>主要</serv:gsbStatus>http://www.webex.com/schemas/2002/06/service/user">
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent xsi:type="use:createUserResponse" xmlns:xsi="
</serv:bodyContent>


http://www.w3.org/2001/XMLSchema-instance">



影響 API:

  • CreateUser

  • SetUser

  • DelUser

在 Webex 傳統版網站轉換為 Control Hub 管理的網站後,XML API 會支援現有使用者的驗證正向相容性

受影響的 API

在Webex傳統網站轉換為 Control Hub 管理的網站後,中的元素必須與電子郵件相同,詳細資訊如下:

  • 針對在 Webex 傳統版網站中建立的現有使用者,我們支援兩個舊版webExID (例如:Jack)和新 webExID(內容與電子郵件相同,範例:Jack@xx.com)用來登入,此驗證反向相容於所有 XML API。

  • 若為在 Control Hub 管理的網站中建立的新使用者,webExID 元素的數值必須與登入電子郵件相同。




{siteName}
{userName} --- 現有使用者是在 Webex 傳統網站中建立,它可以是:jack 或 jack@xx.com;新使用者必須使用 jack@xx.com
xxxx或或或

影響 API:

所有 XML API。

在Webex傳統網站轉換為 Control Hub 管理的網站之後,元素 <正文內容> 必須與電子郵件相同,詳細資訊如下:

  • 對於在Webex傳統網站中建立的現有使用者,我們支援WebExId (例如:Jack)和新 webExId (內容與電子郵件相同,範例:Jack@xx.com)位於 bodyContent 中。

  • 對於在 Control Hub 管理的網站中建立的新使用者, WebExId 元素必須與電子郵件中的相同正文內容


xxxx --- 現有使用者是在 Webex 傳統網站中建立,它可以是:jack 或 jack@xx.com;新使用者必須使用 jack@xx.com

影響 API: 取得使用者設定使用者,以及刪除使用者

綱要變更

無任何 API 上的綱要變更。

API 請求和回應範例

取得使用者 API請求與回應

API請求:
<?xml version="1.0" encoding="UTF-8"?>
xsi:schemaLocation="http://www.w3.org/2001/XMLSchema-instance"
http://www.webex.com/schemas/2002/06/service"
http://www.webex.com/schemas/2002/06/service http://www.webex.com/schemas/2002/06/service/service.xsd">
<siteName> {siteName}</siteName>
<webExID> {userName}</webExID> --- 現有使用者是在 Webex 傳統網站中建立,它可以是:

jack 或 jack@xx.com;新使用者必須使用 jack@xx.com
xxxx或或或




xxxx --- 現有使用者是在 Webex 傳統網站中建立,它可以是:jack 或 jack@xx.com;新使用者必須使用 jack@xx.com




API回應範例:
...與以前一樣

增強錄製檢視歷史記錄報告 API,以支援 Webex Meetings、Webex Events(新版)和 Webex Events(傳統版)

受影響的 API

現行 API:lst記錄存取歷史記錄lst記錄存取詳細資料歷史記錄 僅支援Webex Trainings 錄製檔檢視已存取歷史記錄報告。新的增強功能可支援 Webex Meetings、Webex Events(新版)和 Webex Events(傳統)錄製檢視存取之歷史記錄報告。

綱要變更

我們支援新增以下新綱要至 API 請求內文的 API lstrecordaccessHistory:


MeetingCenter
TrainingCenter
EventCenter

詳細資料

API:lst記錄存取歷史記錄 能夠返回Webex Meetings、 Webex Events(新版)、 Webex Events(傳統版)和Webex Trainings 的錄製檔檢視存取歷史記錄。

  • 如果沒有服務類型 在API請求中指定的API的lst記錄存取歷史記錄 僅返回Webex Trainings 錄製檔檢視存取歷史記錄。

  • 服務類型 是 MeetingCenter 的API , lst記錄存取歷史記錄 會返回Webex Meetings和Webex Events(新版)錄製檔檢視存取歷史記錄。

  • 服務類型 是 EventCenter,的API是lst記錄存取歷史記錄 返回Webex Events(傳統版)錄製檔檢視存取歷史記錄。

API:lst記錄存取詳細資料歷史記錄 能夠透過以下方式傳回詳細資訊記錄 ID Webex Meetings、 Webex Events(新版)、 Webex Events(傳統版)和Webex Trainings 的組合。

API 請求和回應範例

lst記錄存取歷史記錄 API 的請求和回應

<?xml version="1.0" encoding="UTF-8"?>
<securityContext>http://www.w3.org/2001/XMLSchema-instance">
<webExID> {userName}</webExID>
<password> {密碼}</password>
<siteName> {siteName} </siteName>
</securityContext>

<body>
<bodyContent xsi:type="java:com.webex.service.binding.history.LstrecordaccessHistory">
<viewTimeScope>
<viewTimeStart> 2021 年 9 月 20 日 00:00:00</viewTimeStart>
<viewTimeEnd> 2021 年 9 月 28 日 23:59:59 </viewTimeEnd>
</viewTimeScope>
<listControl>
<startFrom> 1</startFrom>
<maximumNum> 100 </maximumNum>
</listControl>
<order>
<orderBy>記錄 ID</orderBy>
<orderAD> ASC </orderAD>
</order>
<serviceTypes>
<serviceType> MeetingCenter</serviceType>
<serviceType> TrainingCenter</serviceType>
<serviceType> EventCenter </serviceType>
</serviceTypes>
</bodyContent>
</body>

<?xml version="1.0" encoding="UTF-8"
xmlns:歷史記錄="

<serv:header>?>
<serv:response>http://www.webex.com/schemas/2002/06/service" <serv:result>成功</serv:result>http://www.webex.com/schemas/2002/06/common" <serv:gsbStatus>主要</serv:gsbStatus>http://www.webex.com/schemas/2002/06/service/history">
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent xsi:type="history:lstrecordaccessHistoryResponse" xmlns:xsi="
<history:recordID> 1XXXXXXX7</history:recordID>
<history:recordName> Lstrecordaccess 歷史記錄測試TC-20210924 1324-1</history:recordName>
<history:creationTime> 2021 年 9 月 24 日 13:28:13</history:creationTime>
<history:registered> 0</history:registered>http://www.w3.org/2001/XMLSchema-instance">
<history:downloaded> 2</history:downloaded>
<history:viewed> 1</history:viewed>
<history:timeZoneID> 20 </history:timeZoneID>

<history:recordAccessHistory>
<history:recordID> 1XXXXXXX7</history:recordID>
<history:recordName>測驗E
001-20210610 1905-1</history:recordName>
<history:creationTime> 2021 年 6 月 10 日 19:10:15</history:creationTime>
<history:registered> 0</history:registered>
<history:downloaded> 0</history:downloaded>
<history:viewed> 3</history:viewed>rollment_<history:timeZoneID> 20 </history:timeZoneID>
</history:recordAccessHistory>
<history:recordAccessHistory>
<history:recordID> 1XXXXXXX7</history:recordID>
<history:recordName>測試即時播放 2-20210705 0709-1</history:recordName>
<history:creationTime> 2021 年 7 月 5 日 07:15:06</history:creationTime>
<history:registered> 0</history:registered>
<history:downloaded> 0</history:downloaded>
<history:viewed> 1</history:viewed>
<history:timeZoneID> 20 </history:timeZoneID>
</history:recordAccessHistory>
<history:recordAccessHistory>
<history:recordID> 1XXXXXXX7</history:recordID>
<history:recordName> EC2.0
232423-20210922 0447-1</history:recordName>
<history:creationTime> 2021 年 9 月 22 日 04:53:05</history:creationTime>
<history:registered> 0</history:registered>
<history:downloaded> 0</history:downloaded>
<history:viewed> 1</history:viewed>_<history:timeZoneID> 20 </history:timeZoneID>
</history:recordAccessHistory>
<history:recordAccessHistory>
<history:recordID> 1XXXXXXX7</history:recordID>
<history:recordName> Lstrecordaccess 歷史記錄測試 EC2.0-20210924 1315-1</history:recordName>
<history:creationTime> 2021 年 9 月 24 日 13:19:00</history:creationTime>
<history:registered> 0</history:registered>
<history:downloaded> 1</history:downloaded>
<history:viewed> 1</history:viewed>
<history:timeZoneID> 20 </history:timeZoneID>
</history:recordAccessHistory>
<history:recordAccessHistory>
<history:recordID> 1XXXXXXX7</history:recordID>
<history:recordName> Lstrecordaccess 歷史記錄測試MC-20210924 1319-1</history:recordName>
<history:creationTime> 2021 年 9 月 24 日 13:25:12</history:creationTime>
<history:registered> 0</history:registered>
<history:downloaded> 1</history:downloaded>
<history:viewed> 1</history:viewed>
<history:timeZoneID> 20 </history:timeZoneID>
</history:recordAccessHistory>
<history:recordAccessHistory>
<history:recordID> 1XXXXXXX7</history:recordID>
<history:recordName> Lstrecordaccess 歷史記錄測試EC傳統版-20210924 1331-1</history:recordName>
<history:creationTime> 2021 年 9 月 24 日 13:37:28</history:creationTime>
<history:registered> 0</history:registered>
<history:downloaded> 1</history:downloaded>
<history:viewed> 1</history:viewed>
<history:timeZoneID> 20 </history:timeZoneID>
</history:recordAccessHistory>
<history:matchingRecords>
<serv:total> 8</serv:total>
<serv:returned> 7</serv:returned>
<serv:startFrom> 1 </serv:startFrom>
</history:matchingRecords>
</serv:bodyContent>






lst記錄存取詳細資料歷史記錄 API 的請求和回應

<?xml version="1.0" encoding="UTF-8"?>
<header>http://www.w3.org/2001/XMLSchema-instance"
<securityContext>http://www.webex.com/schemas/2002/06/service">
<webExID> {userName}</webExID>
<password> {密碼}</password>
<siteName> {siteName} </siteName>
</securityContext>
</header>
<body>
<bodyContent xsi:type=
<recondID> 1XXXXXX7</recondID>
<timeZoneID> 20 </timeZoneID>
</bodyContent>


<?xml version="1.0" encoding="UTF-8"
xmlns:歷史記錄="
<serv:header>

<serv:response>?>
<serv:result>成功</serv:result>http://www.webex.com/schemas/2002/06/service" <serv:gsbStatus>主要</serv:gsbStatus>http://www.webex.com/schemas/2002/06/common" </serv:response>http://www.webex.com/schemas/2002/06/service/history">
</serv:header>
<serv:body>
<serv:bodyContent xsi:type="history:lstrecordaccessDetailHistoryResponse" xmlns:xsi="
<history:viewID> 1XXXXXX7</history:viewID>
<history:participantName>嚗</history:participantName>
<history:participantEmail>Axxxg@qa.webex.com</history:participantEmail>
<history:accessTime> 2021 年 9 月 24 日 13:27:26</history:accessTime>
<history:registered>錯誤的</history:registered>http://www.w3.org/2001/XMLSchema-instance">
<history:downloaded>錯誤的</history:downloaded>
<history:viewed>真實</history:viewed>
<history:timeZoneID>20 </history:timeZoneID>

<history:recordDetail>
<history:viewID> 1XXXXXX7</history:viewID>
<history:participantName>嚗</history:participantName>
<history:participantEmail>Axxxg@qa.webex.com</history:participantEmail>
<history:accessTime> 2021 年 9 月 24 日 13:27:39</history:accessTime>
<history:registered>錯誤的</history:registered>
<history:downloaded>真實</history:downloaded>
<history:viewed>錯誤的</history:viewed>
<history:timeZoneID>20 </history:timeZoneID>
</history:recordDetail>
<history:matchingRecords>
<serv:total> 2</serv:total>
<serv:returned> 2</serv:returned>
<serv:startFrom> 1 </serv:startFrom>
</history:matchingRecords>
</serv:bodyContent>







影響 API:

  • lst記錄存取歷史記錄

  • lst記錄存取詳細資料歷史記錄

修正 XMLAPI 和 Webex 頁面之間 Webex Events(傳統版)說明長度的上限差距。

受影響的 API

XML API:建立活動SetEvent 的 的元素說明 將允許最多 10000 個字元輸入,如果輸入超出大小,將導致新的錯誤碼和訊息:

060068 輸入說明無效。此描述不得超過 10000 個字元。

綱要變更

無架構變更。

API 請求和回應範例

建立活動 API請求和回應

# API請求範例:
...

<bodyContent xsi:type="java:com.webex.service.binding.event.CreateEvent"
xsi:schemaLocation="http://www.webex.com/schemas/2002/06/service/event" <accessControl>http://www.webex.com/schemas/2002/06/service/event http://www.webex.com/schemas/2002/06/service/event/event.xsd">
<sessionPassword> 111111</sessionPassword>
<listing>私人</listing>
</accessControl>
<metaData>
<sessionName> EC測試</sessionName>
<description>.......假設您在說明中填寫 10000 個字元......</description>
</metaData>
...
---------------------------------------


# 當說明超過 10000 個字元時, API回應範例:
<serv:message xmlns:serv="

xmlns:event=" http://www.webex.com/schemas/2002/06/service" http://www.webex.com/schemas/2002/06/common" http://www.webex.com/schemas/2002/06/service/event">
<serv:result>失敗</serv:result>
非法輸入說明。

說明不能超過 10000 個字元
主要
060068





影響 API:

  • CreateEvent

  • SetEvent

XML API:GetUser 會傳回 freeAccount 的新元素

受影響的 API

取得使用者 返回一個新元素,該元素識別免費帳戶 使用者帳戶是免費帳戶 與否。

綱要變更

GetUser 回應範例


GetUser 回應:
AW
錯誤的

3
錯誤的


影響 API:

GetUser

API 41.10.0 更新

XML API 41.10.0 綱要不存在任何變更。

API 41.9.0 更新

XML API 41.9.0 更新

按一下這裡以下載 XML API 41.9.0 綱要。

針對所有 T31 網站停用 XML API 10.0.0

Webex 計劃終止支援所有 T31 網站的 XML API 10.0.0 版。

我們會在 41.9.0 的產品更新版中停用所有 XML API 10.0.0 版本號。

API 41.8.0 更新

XML API 41.8.0 更新

按一下這里以下載XML API 41.8.0 綱要

針對所有 T31 網站停用 XML API 10.0.0

Webex 計劃終止支援所有 T31 網站的 XML API 10.0.0 版。

Webex 發現一些客戶用戶端以錯誤的方式存取 XML API 的 URL,如下所示:https://{siteName}.webex.com/WBXService/xml10.0.0/XMLService,存取 XML API URL 的正確方式如下所示:https://{siteName}.webex.com/WBXService/XMLService。

請使用正確的方式切換您的程式碼存取 XML API,以避免在終止支援 XML API 10.0.0 版之前受到影響。

API 41.7.0 更新

XML API 41.7.0 更新

按一下這里以下載XML API 41.7.0 綱要

行動裝置刪除和編輯錄製檔功能應該由網站管理選項控制:允許主持人重新指定、編輯、停用和刪除錄製檔

受影響的 API 和綱要變更

GetSite :將返回命名為新元素啟用NBRCM修改,以及分開無錄製檔編輯 工具下。

回應範例

GetSite回應

GetSite

<?xml version="1.0" encoding="ISO-8859-1"?>
xmlns:ns1="http://www.webex.com/schemas/2002/06/service" xmlns:event=" http://www.webex.com/schemas/2002/06/common" <serv:header>http://www.webex.com/schemas/2002/06/service/site" <serv:response>http://www.webex.com/schemas/2002/06/service/event">
<serv:result>成功</serv:result>
<serv:gsbStatus>主要</serv:gsbStatus>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent xsi:type="ns1:getSiteResponse" xmlns:xsi="
<ns1:tools>
...http://www.w3.org/2001/XMLSchema-instance">
<ns1:enableNBRMCModify>錯誤的</ns1:enableNBRMCModify>
<ns1:separateNoRecordingEdit>真實</ns1:separateNoRecordingEdit>
...
</ns1:tools>
</serv:bodyContent>




API 41.6.3 更新

XML API 41.6.3 更新

按一下這里以下載XML API 41.6.3 綱要

GetSite 回應的新元素支援大型活動

受影響的 API 和綱要變更

GetSite :返回命名的新元素支援大型活動 之下網站通用選項 讓呼叫者知道網站是否支援大型活動(Webex Event(新版))。

綱要變更

回應範例

GetSite回應

GetSite

<?xml version="1.0" encoding="ISO-8859-1"?>
xmlns:ns1="http://www.webex.com/schemas/2002/06/service" xmlns:event=" http://www.webex.com/schemas/2002/06/common" <serv:header>http://www.webex.com/schemas/2002/06/service/site" <serv:response>http://www.webex.com/schemas/2002/06/service/event">
<serv:result>成功</serv:result>
<serv:gsbStatus>主要</serv:gsbStatus>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent xsi:type="ns1:getSiteResponse" xmlns:xsi="
<ns1:siteCommonOptions>
...http://www.w3.org/2001/XMLSchema-instance">
<ns1:enablePreMeetingLobby>錯誤的</ns1:enablePreMeetingLobby>
<ns1:supportLargeEvent>真實</ns1:supportLargeEvent>
</ns1:siteCommonOptions>
</serv:bodyContent>





API 41.6.0 更新

XML API 41.6.0 更新

按一下這里以下載XML API 41.6.0 綱要

XMLAPI 支援 Webex Events 2.0 佈建

受影響的 API

取得使用者:返回新的元素命名大型活動容量 即會顯示此使用者帳戶下新 Event 2.0 ( EC 2.0) 的容量。例如,如果使用者帳戶具有 CI_ EC3K 授權,值是大型活動容量 為 3000。

綱要變更

回應範例

GetUserResponse:

XMLAPI LstRecording 的 CreateTime 會套用錄製開始時間

受影響的 API

最後錄製檔最後錄製檔 回應建立時間 如使用者實際按下錄製按鈕的時間。

詳細資料

過去, XML API使用在資料庫中建立錄製檔時的時間戳記作為 的建立時間。最後錄製檔 回應。現在是使用者實際開始建立錄製檔的時間。此變更會套用至所有服務錄製檔。沒有綱要變更。

API 41.5.0 更新

XML API 41.5.0 更新

按一下這里以下載XML API 41.5.0 綱要

XMLAPI 能夠以主持人身分從 PSTN 開始 Webex 排定的會議

受影響的 API

  • 建立使用者:產生主持人 PIN 當使用者角色是主持人、完全權限、唯讀或使用者管理網站管理員時,無論使用者PMR是否啟用。

  • 設定使用者:集主持人 PIN 使用Phones.hostPIN個人MeetingRoom.主持人PIN 不在XML請求中(先決條件:功能切換允許開始排定的MtgFromPhone 已啟用)。

  • 取得使用者:返回Phones.hostPIN 無論使用者PMR是否啟用。 (先決條件:功能切換允許開始排定的MtgFromPhone已啟用)。

綱要變更

取得使用者回應

設定使用者

回應範例

取得使用者回應

設定使用者

XMLAPI GetSite 回應行動用戶端的兩個新元素

影響 API

  • GetSiteGetSite 現在將有兩個新元素來支援行動用戶端具有顯示或不顯示錄製檔標籤的邏輯。

    • 啟用錄製檔存取權:true或false, Webex超級管理員可以透過切換(啟用錄製檔存取)。

    • 儲存空狀態:true 或 false,如果兩個網站都不支援 NBR 功能且將 NBR 儲存空間分配為零,則狀態回應為 true,否則為 false。

綱要變更

的樣品申請GetSite

的範例回應為網站

具有非 ASCII 字元的電子郵件主旨將使用 RFC2047 進行編碼。如果是純 ASCII 字元的電子郵件主旨,則沒有編碼

受影響的 API

對任何 API 請求、回應承載都沒有任何影響,但它會變更電子郵件主旨的編碼行為。如果電子郵件主旨具有非 ASCII 字元,將使用 RFC2047 進行編碼。如果是純 ASCII 字元的電子郵件主旨,則沒有編碼。

綱要變更

沒有綱要變更。

API 41.4.0 更新

XML API 41.4.0 更新

按一下這里以下載XML API 41.4.0 綱要

建立活動排定的 Webex Events,可以利用網站層級的進入與離開音效預設值

XMLAPI 能夠配合目前用於控制進入與離開音效的新邏輯。Webex Events 的所有音效都由網站管理中的不同設定控制。在 GetSite中,XMLAPI 會返回額外的 entryExitToneEC 欄位以指示值。原本在網站管理員設定音效的預設設定時,建立活動不會套用 XMLAPI 預設值而利用此設定。

受影響的 API

XML API:GetSite 返回一個新元素進入退出音EC 以指出該值。

XML API:CreateEvent、SetEvent、GetEvent 後端業務邏輯讀取下列屬性的值:進入退出音EC

綱要變更

XML API:GetSite 回應範例:


真實
通知名稱
無音
真實



真實
錯誤的

影響 API:

  • GetSite

  • CreateEvent

  • SetEvent

  • GetEvent

XMLAPI 僅返回大型活動 (Webex Event 2.0) 詳細資訊

  1. 如果 Webex 會議是大型活動或網路廣播,GetSessionInfo 會返回一些詳細資訊,包括會議密碼、會議數字密碼、小組成員密碼,以及小組成員數字密碼 (不會變更任何架構)。

  2. XMLAPI 不支援建立和編輯任何大型活動或網路廣播,因此對於大型活動或網路廣播案例,CreateMeetingSetMeeting 會返回一個新的例外 (110064,不支援活動與網路廣播階段作業類型。)。

影響 API

API 名稱

說明

附註

GetSessionInfo

如果 Webex 會議是大型活動或網路廣播,GetSessionInfo 會返回會議密碼、會議數字密碼、小組成員密碼,以及小組成員數字密碼。

不會變更任何架構。

CreateMeeting

SetMeeting

如果使用者嘗試使用 CreateMeeting api,以大型活動階段作業類型建立 Webex 會議,或呼叫 SetMeeting 以編輯實際上為大型活動或網路廣播的 Webex 會議,則會返回新的例外 110064。不支援活動與網路廣播階段作業類型。

行為已變更。

API 41.3.0 更新

XML API 41.3.0 更新

按一下這里以下載XML API 41.3.0 綱要

XML API 新變更支援 Webex Events 2.0 功能

受影響的 API

這兩個 API:GetSessionInfo 和 GetMeeting 返回元素啟用事件啟用 Webniar 也一樣。

元素名稱

說明

enableEvent

在 Webex 會議中支援 EC 2.0

enableWebniar

在 Webex 會議中支援網路研討會

XMLAPI 支援會為 EC 2.0 返回上述兩個元素。目前的 XML API 發行版本不支援排定和設定 EC2.0 會議。

綱要變更

取得階段作業資訊 返回 元素啟用事件啟用 Webniar 適用於EC 2.0。

GetMeeting 返回 元素啟用事件啟用 Webniar 適用於EC 2.0。

回應範例:

取得階段作業資訊 回應:


公共
錯誤的
真實
錯誤的
錯誤的
錯誤的
錯誤的
真實

GetMeeting 回應:

錯誤的
真實
真實
真實
錯誤的
錯誤的
真實


XMLAPI 新變更支援會議前大廳功能

受影響的 API

XML API:GetSite LstSummarySession取得階段作業資訊,以及GetMeeting 將回應新元素啟用會議前大廳 用於會議前大廳。

綱要變更

XML API:GetSite 返回 元素啟用會議前大廳 用於會議前大廳。

XML API:LstSummarySession 返回 元素啟用會議前大廳 用於會議前大廳。

XML API:取得階段作業資訊 返回 元素啟用會議前大廳 用於會議前大廳。

XML API:GetMeeting 返回 元素啟用會議前大廳 用於會議前大廳。

回應範例:

GetSite 回應:


錯誤的
錯誤的
錯誤的
真實
真實
真實
真實
錯誤的
真實
真實

LstSummarySession 回應:

錯誤的
真實
0
錯誤的
錯誤的
錯誤的
真實

取得階段作業資訊 回應:


公共
錯誤的
真實
錯誤的
錯誤的
錯誤的
錯誤的
真實

GetMeeting 回應:

錯誤的
真實
真實
真實
錯誤的
錯誤的
真實

XML API GetSite 回應資訊行為變更披露

受影響的 API

XML API:GetSite 僅為管理員帳戶(包括角色)的以下元素的回應:網站管理員 RO_網站管理員,以及使用者管理員

...
...
...
...
...
...
...
...

行為已變更

僅允許管理員角色有回應授權資料GetSite 。主持人或出席者不會在 GetSite回應中取得這些授權資料。

以下是 API:GetSite 的 的回應範例網站管理員 或僅準備就緒網站管理員 或使用者管理管理員:

API 41.2.0 更新

XML API 41.2.0 更新

按一下這里以下載XML API 41.2.0 綱要

如果網站支援 Webex 電話語音,XML API 應該支援「CMR 混合 VOIP」

受影響的 API

  • GetSite 返回一個新元素是Webex電話會議 在回應中。

  • 建立使用者設定使用者 可以更新cmrHybridVoIP 元素如果是Webex電話會議 與其他條件一起為 true。是否使用電話技術 API 不再重要。

綱要變更

XML API:GetSite 回應返回一個附加元素是Webex電話會議

GetSite 回應中包含以下新元素:



真實
錯誤的
個人會議號
出席者存取碼
主持人存取碼
出席者ID

......

LstSummarySession 支援 EC2.0

XML API 會受影響

LstSummarySession 將返回新的兩個元素以支援EC 2.0

元素名稱

說明

enableEvent

在 Webex 會議中支援 EC 2.0

enableWebniar

在 Webex 會議中支援網路研討會

綱要變更

XML API:LstSummarySession 附加 <啟用事件> 和 <啟用 Webniar > 元素

XML API 的回應:LstSummarySession

EC 2.0 的回應

真實

0
錯誤的
真實
真實

XMLAPI 支援向網站使用者傳回用於 MCT 整合的 Webex-voice-assistant 選項

受影響的 API

取得使用者 返回一個新元素Webex Assistant 已啟用 (true 或 false)。

綱要變更

取得使用者回應

回應範例

API 41.1.0 更新

XML API 41.1 綱要不存在任何變更。