API 42.11.1 更新

XML API 42.11.1 更新

按一下在這裡下載XML API 42.11.1 綱要。

XMLAPI 將 LstRecording 作為額外欄位返回 recordingUUID>

受影響的 API 和架構變更

LstRecording 會在回應中傳回新元素 recordingUUID 僅適用於服務錄製檔。


 
此元素在 NBR 錄製檔中沒有返回。

綱要變更

受影響的 API

LstRecording

範例API

LstRecording 的回應

<ep:format>MP4</ep:format>    <ep:serviceType>MeetingCenter</ep:serviceType>    <ep:password></ep:password>    <ep:passwordReq>false</ep:passwordReq>    <ep:confID>239651171508160002</ep:confID>    <ep:recordingUUID>20679f82215f103bbcff005056a3e9b8</ep:recordingUUID>    <ep:shareToMe>false</ep:shareToMe></ep:recording>

API 42.1.0 更新

API 42.1.0 更新


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

API 42.10.0 更新

XML API 42.10.0 更新

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

GetSessionInfo API傳回新節點<registrationShortURL>以Webex Events(傳統版)和Webex Trainings 的短鏈結格式提供

受影響的 API 和架構變更

現在幾乎所有Webex URL 都支援短鏈結格式,但 GetSessionInfo 仍會返回目前Webex Events(傳統版)和Webex Trainings 相關註冊 URL 的長鏈結格式。 所以我們新增了新的元素命名 <註冊短URL > 這是支援註冊URL的簡短格式並保留現有元素 <註冊URL > 以確保相容性。

綱要變更

新元素<註冊短URL >已新增至 GetSessionInfo 回應:

受影響的 API:

GetSessionInfo

範例API

registrationShortURL 為Webex Events(傳統版)和Webex Trainings 返回


<ep:accessControl>
<ep:sessionPassword>純PW</ep:sessionPassword>
<ep:listStatus>不公開</ep:listStatus>
<ep:registration>真實</ep:registration>
<ep:registrationURL>https://sqdemo6.dmz.webex.com/tc3300/trainingcenter/register/registerSession.do?siteurl=sqdemo6&confID=236703422899815816</ep:registrationURL>
<ep:registrationShortURL>https://sqdemo6.dmz.webex.com/sqdemo6/k2/j.php?MTID=t265bdc2ca9afd38c7d3cbed3e17974db</ep:registrationShortURL> //新元素
<ep:passwordReq>真實</ep:passwordReq>
<ep:registrationURLForMobile>https://sqdemo6.dmz.webex.com/tc3300/trainingcenter/meeting/sessionInfoMobile.do?siteurl=sqdemo6&confID=236703422899815816</ep:registrationURLForMobile>
<ep:registrationStatus>註冊</ep:registrationStatus>
<ep:isEnforceAudioPassword>錯誤的</ep:isEnforceAudioPassword>
<ep:isEnforceAudioLogin>錯誤的</ep:isEnforceAudioLogin>
</ep:accessControl>

API 42.9.2 更新

XML API 42.9.2 更新

按一下在這裡下載XML API 42.9.2 綱要。

XML API將在 2023 年 3 月 31 日之後封鎖排定傳統活動

受影響的 API 和架構變更

在 2023 年 3 月之後,如果您調用XML API: CreateEventSetEvent ,顯示錯誤訊息和代碼:

110065 2023 年 3 月之後,您無法再排定或編輯任何新的或現有的Webex Events(傳統版)。 請參閱Webex Webinars(https://developer.webex.com/docs/api/v1/meetings ) 以排定活動

受影響的 API

  • CreateEvent
  • SetEvent

綱要變更

沒有綱要變更。

範例API

XML API嚗? CreateEvent


https://{sitename}.webex.com/WBXService/XMLService

請求主體:
<?xml version="1.0" encoding="UTF-8"?>
<message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2009/05/service">
<header>
<securityContext>
<siteName>{sitename}</siteName>
<webExID>網站管理員帳戶</webExID>
<password>xxxxx</password>
</securityContext>
</header>

<body>

<bodyContent xsi:type="java:com.webex.service.binding.event.CreateEvent">

<accessControl>

<sessionPassword> 123aBc123 </sessionPassword>

<enforcePassword />

</accessControl>

<metaData>

<sessionName>退休ECT </sessionName>

</metaData>

<schedule>

<startDate> 2023 年 9 月 1 日 14:29:15 </startDate>

<openTime> 15 </openTime>

</schedule>

<remind>

<minutesAhead> 10 </minutesAhead>

</remind>

<panelists>

<panelistPassword> P@ss12345 </panelistPassword>

<panelist>

<name>測試 1 空間</name>

<email> aleyang3@malinator.com </email>

</panelist>

<panelist>

<name>測驗2 </name>

<email> aleyang4@malinator.com </email>

</panelist>

</panelists>

<attendees>

<attendee>

<name>小號imon_3 </name>

<email> aleyang5@malinator.com </email>

<sendReminder>真實</sendReminder>

</attendee>

</attendees>

<!-- <extOptions><sajan index="82" /><sajan index="83" /> <participantLimit>10</participantLimit><sajan index="84" /><sajan index="85" /> </extOptions> -->

</bodyContent>

</body>





回應:

<?xml version="1.0" encoding="UTF-8"?>

<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:event="http://www.webex.com/schemas/2002/06/service/event">

<serv:header>

<serv:response>

<serv:result>失敗</serv:result>

<serv:reason>2023 年 3 月之後,您將無法再排定/編輯任何新的/現有的Webex Events(傳統版)。 請參閱Webex Webinars(https://developer.webex.com/docs/api/v1/meetings)排定活動</serv:reason>

<serv:gsbStatus>主要</serv:gsbStatus>

<serv:exceptionID>110065</serv:exceptionID>

</serv:response>

</serv:header>

<serv:body>

<serv:bodyContent/>

</serv:body>

</serv:message>

XML API嚗? SetEvent


https://{sitename}.webex.com/WBXService/XMLService

請求主體:
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<securityContext>
<siteName>{sitename}</siteName>
<webExID>網站管理員帳戶</webExID>
<password>xxxxx</password>
</securityContext>
</header>
<body>
<bodyContent
xsi:type="java:com.webex.service.binding.event.SetEvent">
<event:sessionKey> 17203097096 </event:sessionKey>
<schedule>
<startDate> 2023 年 5 月 1 日 14:29:15 </startDate>
</schedule>

</body>
</serv:message>

回應:
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:event="http://www.webex.com/schemas/2002/06/service/event">
<serv:header>
<serv:response>
<serv:result>失敗</serv:result>
<serv:reason>2023 年 3 月之後,您將無法再排定/編輯任何新的/現有的Webex Events(傳統版)。 請參閱Webex Webinars(https://developer.webex.com/docs/api/v1/meetings)排定活動</serv:reason>
<serv:gsbStatus>主要</serv:gsbStatus>
<serv:exceptionID>110065</serv:exceptionID>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent/>
</serv:body>
</serv:message>

API 42.9.0 更新

API 42.9.0 更新


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

API 42.8.1 更新

XML API 42.8.1 更新

按一下在這裡下載XML API 42.8.1 綱要。

新的XML API: 同步使用者

受影響的 API 和架構變更

新的XML API: SyncUser 支援將使用者資訊從 Control Hub 同步到Webex Meeting 系統。

如果您的用戶端達到速率限制,它將回應「429 太多的請求。」, API回應標頭中的 afterRetry 為 25 秒。

如果使用者不存在,則會回應錯誤:」 000031 Control Hub 管理的使用者不存在」

如果您的驗證沒有網站管理員特權,它將回應錯誤:「000031 只有網站管理員可以調用此API」

綱要變更

範例API

XML API嚗? 同步使用者


https://{sitename}.webex.com/WBXService/XMLService

請求主體:
<?xml version="1.0" encoding="UTF-8"?>
<message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2009/05/service">
<header>
<securityContext>
<siteName>{sitename}</siteName>
<webExID>網站管理員帳戶</webExID>
<password>xxxxx</password>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.user.SyncUser">
<webExId> sqci18adm@test.com </webExId>
</bodyContent>
</body>
</message>

回應:
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:use="http://www.webex.com/schemas/2002/06/service/user">
<serv:header>
<serv:response>
<serv:result>成功</serv:result>
<serv:gsbStatus>主要</serv:gsbStatus>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent xsi:type="use:syncUserResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
</serv:body>
</serv:message>

API 42.8.0 更新

XML API 42.8.0 更新

按一下在這裡下載XML API 42.8.0 綱要。

GetLoginTicket 返回一個額外的節點 <webExID>

受影響的 API 和架構變更

XML API嚗? GetLoginTicket 傳回一個額外的節點 <webExID>

綱要變更


<xsd:complexType name="getLoginTicketResponse">
<xsd:complexContent>
<xsd:extension base="serv:bodyContentType">
<xsd:sequence>
<xsd:element name="ticket" type="xsd:string">
<xsd:element name="apiVersion" type="xsd:string">
<xsd:element name="webExID" type="xsd:string"> -> 新元素
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

受影響的 API:

  • GetLoginTicket

API範例:

GetLoginTicket


<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<securityContext>
<siteName>sqci18</siteName>
<webExID> sqci18adm@mailinator.com</webExID>
<!-- <password>xxxxxxxxx</password><sajan index="7" /> <partnerID>webexpartner</partnerID> -->
<accessToken>MTxxxxxxxxx10bcc862be5 </accessToken>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.user.GetLoginTicket">

</bodyContent>
</body>
</serv:message>




<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:use="http://www.webex.com/schemas/2002/06/service/user">
<serv:header>
<serv:response>
<serv:result>成功</serv:result>
<serv:gsbStatus>主要</serv:gsbStatus>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent xsi:type="use:getLoginTicketResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<use:ticket> b49a94fb6d3bfd79f566a32f99a8eaf0f60bdd7a9a8cbfa7f24ca5d63fd2bc0b</use:ticket>
<use:apiVersion> WebEx XML API V10.0.0</use:apiVersion>
<use:webExID> alexxxx</use:webExID>
</serv:bodyContent>
</serv:body>
</serv:message>

Webex 網站型XML API支援在 Control Hub 管理的網站上,將授權指派給外部組織中的使用者(出席者、主持人和網站管理員)

受影響的 API 和架構變更

  • XML API: CreateUser, SetUserDelUser 可以指定或撤銷會議位置授權給外部使用者(角色為: 主持人、出席者和網站管理員)。 如果使用者存在於外部組織中,則API: CreateUserDelUser 可以在會議位置中建立或停用一位使用者。

  • 若使用者不在 Control Hub 組織中,且無法將其新增至擁有該網站的組織,則此呼叫將會失敗。

  • XML API: CreateUserSetUser 對外部組織使用者的操作,這限制了變更使用者的 firstName, lastName, displayName, webExId ,電子郵件。 如果您確實必須變更此資訊,則需要聯絡外部組織的管理員以套用變更。

  • 如果使用者屬於另一個封鎖跨組織授權的組織,則此呼叫將會失敗。

  • 若要授權外部組織中的使用者,您必須啟用 組織設定:

    • 邀請者管理員組織 - 允許跨組織指派

    • 受邀者管理員組織 -允許跨組織接受

  • 對於外部組織管理員使用者會議授權的指派和撤銷,我們僅支援使用 Control Hub管理員帳戶來調用XML API: CreateUser, SetUserDelUser 於本條。

  • XML API: SetUser 僅當您是完全管理驗證時,才能支援在內部組織使用者佈建中變更使用者電子郵件。

有新的例外和錯誤代碼:

  • 030124 無法為外部組織使用者變更電子郵件。

  • 030125 無法變更 firstName, lastName ,或 displayName 供外部組織使用者使用。

綱要變更

無架構變更。

受影響的 API:

  • CreateUser

  • SetUser

  • DelUser

API範例:

CreateUser

此處列出的API在會議位置(testSite1) 中建立新使用者,並指派會議位置授權(TC_xxx ; SC_xxx ) 傳送給外部組織使用者: Jack Smith,因為 Control Hub 中存在的此使用者管理系統且在 IBM 組織下,該組織與會議網站的組織不同。


POST URL: https://{testSite1}.webex.com/WBXService/XMLService

主體:
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns:serv=" http://www.webex.com/schemas/2002/06/service">
<header>
<securityContext>
<webExID>網站管理員</webExID>
<password>P@ss1234</password>
<siteName>測試網站 1 </siteName>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.user.CreateUser">
<firstName>傑克</firstName>
<lastName>史密斯</lastName>
<webExId>史密斯</webExId>
<email>Jsmith@ibm.com</email>
<password> P@ss1234 </password>
<privilege>
<host>真實</host>
</privilege>
<active>已啟動</active>
<supportedServices>
<meetingCenter>錯誤的</meetingCenter>
<trainingCenter>真實</trainingCenter>
<eventCenter>錯誤的</eventCenter>
<supportCenter>真實</supportCenter>
</supportedServices>
</bodyContent>
</body>

SetUser

它會指派會議位置授權(MC_xxx , TC_xxx和EC_xxx ) 傳送給外部組織使用者: Jack Smith,並撤銷會議授權(SC_xxx ) 來自 Jack Smith。


POST URL: https://{testSite1}.webex.com/WBXService/XMLService

主體:
<?xml version="1.0" encoding="UTF-8"?>
<message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2009/05/service">
<header>
<securityContext>
<webExID>網站管理員</webExID>
<password>P@ss1234</password>
<siteName>測試網站 1</siteName>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.user.SetUser">
<webExId>史密斯</webExId>
<supportedServices>
<meetingCenter>真實</meetingCenter>
<trainingCenter>真實</trainingCenter>
<eventCenter>真實</eventCenter>
<supportCenter>錯誤的</supportCenter>
</supportedServices>
</bodyContent>
</body>
</message>


DelUser

它會撤銷外部組織使用者的會議位置及所有授權: 傑克·史密斯;並停用會議位置中的使用者: testSite1


POST URL: https://{testSite1}.webex.com/WBXService/XMLService

主體:
<?xml version="1.0" encoding="UTF-8"?>
<message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2009/05/service">
<header>
<securityContext>
<webExID>網站管理員</webExID>
<password>P@ss1234</password>
<siteName>測試網站 1</siteName>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.user.DelUser">
<webExId>史密斯</webExId>
</bodyContent>
</body>
</message>

API 42.7.2 更新

XML API 42.7.2 更新

按一下在這裡下載XML API 42.7.2 綱要。

新的XML API: 同步使用者

受影響的 API 和架構變更

新的XML API: SyncUser 支援將使用者資訊從 Control Hub 同步到Webex Meeting 系統。

如果您的用戶端達到速率限制,它將回應「429 太多的請求。」, API回應標頭中的 afterRetry 為 25 秒。

如果使用者不存在,則會回應錯誤:」 000031 Control Hub 管理的使用者不存在」

如果您的驗證沒有網站管理員特權,它將回應錯誤:「000031 只有網站管理員可以調用此API」

綱要變更

範例API

XML API嚗? 同步使用者


https://{sitename}.webex.com/WBXService/XMLService

請求主體:
<?xml version="1.0" encoding="UTF-8"?>
<message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2009/05/service">
<header>
<securityContext>
<siteName>{sitename}</siteName>
<webExID>網站管理員帳戶</webExID>
<password>xxxxx</password>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.user.SyncUser">
<webExId> sqci18adm@test.com </webExId>
</bodyContent>
</body>
</message>

回應:
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:use="http://www.webex.com/schemas/2002/06/service/user">
<serv:header>
<serv:response>
<serv:result>成功</serv:result>
<serv:gsbStatus>主要</serv:gsbStatus>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent xsi:type="use:syncUserResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
</serv:body>
</serv:message>

API 42.6.0 更新

XML API 42.6.0 更新

按一下在這裡下載XML API 42.6.0 綱要。

當Webex 網站暫停時,管理員無法建立新使用者或修改現有使用者

受影響的 API 和架構變更

當Webex 網站暫停時,網站管理員無法使用XML API建立新使用者及修改現有使用者: CreateUserSetUser.

它回應例外010107 網站已暫停當網站管理員嘗試建立新使用者或修改一個現有使用者時。

非管理員使用者(所有者自身)可以在此已暫停網站下修改自身資訊。

綱要變更

無架構變更。

受影響的 API:

  • CreateUser

  • SetUser

API 42.5.0 更新

XML API 42.5.0 更新

按一下在這裡下載XML API 42.5.0 綱要。

Webex 網站暫停後,將不允許您排定或編輯網路研討會、 Webex Events(傳統版)、 Webex Training 和Webex Support 會議

受影響的 API 和架構變更

當Webex 網站暫停時,將不允許您排定或編輯網路研討會、 Webex Events(傳統版)、 Webex Training 和Webex Support 會議,網站僅支援免費的Webex Meetings類型。

有新的例外代碼和訊息: 「010107 網站已暫停」當呼叫那些 API( CreateMeeting, SetMeeting, CreateEvent, SetEvent, CreateTrainingSession, SetTrainingSession, CreateSupportSession )達到此限制。

綱要變更

無架構變更。

受影響的 API:

  • CreateMeeting, SetMeeting

  • CreateEvent, SetEvent

  • CreateTrainingSession, SetTrainingSession

  • CreateSupportSession

API 42.4.0 更新

API 42.4.0 更新


 

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

API 42.3.0 更新

XML API 42.3.0 更新

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

XMLAPI 新增了在會議錄製檔被刪除或被其他人重新指定時向主持人傳送通知電子郵件的功能

受影響的 API 和架構變更

XML API: DelRecording 當會議錄製檔被刪除或被其他人重新指定時,傳送通知電子郵件給主持人。

綱要變更

無架構變更

受影響的 API: DelRecording

DelRecording 當網站管理員操作 API 時, API會傳送通知電子郵件給錄製檔所有者。

API請求範例

XML API嚗? DelRecording 範例


<?xml version="1.0" encoding="UTF-8"?>
<serv:message
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:serv="http://www.webex.com/schemas/2002/06/service"
xsi:schemaLocation="http://www.webex.com/schemas/2002/06/service
http://www.webex.com/schemas/2002/06/service/service.xsd">
<header>
<securityContext>
<webExID>網站管理員</webExID>
<password>XXXXXX</password>
<siteName>測試網站</siteName>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.ep.DelRecording">
<recordingID> 1234567890</recordingID>
<isServiceRecording>真實</isServiceRecording>
<deletePermanently>錯誤的</deletePermanently>
</bodyContent>
</body>




通知電子郵件範例(已移至垃圾筒):

通知電子郵件範例(永久刪除):

API 42.2.0 更新

XML API 42.2.0 更新

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

GetSite 對新元素的回應為: allowChangeFirstName, allowChangeLastNameallowChangeDisplayName

受影響的 API 和架構變更

XML API: GetSite 會傳回新元素: allowChangeFirstName, allowChangeLastNameallowChangeDisplayName. 此功能的切換是 EnableCustomizeProfileFields.

  • allowChangeFirstName ,true 或 false,表示允許使用者變更名字

  • allowChangeLastName ,true 或 false,表示允許使用者變更姓氏

  • allowChangeDisplayName ,true 或 false,表示允許使用者變更顯示名稱

AllowUploadPRAvatar 被返回。 True 或 false 表示允許使用者上傳頭像。

以上變更僅適用於非 Control Hub 管理的網站。

綱要變更

位於 getSite 回應中,我們會傳回新屬性: allowChangeFirstName, allowChangeLastName, allowChangeDisplayNameAllowUploadPRAvatar 下方 myWebExConfig.

受影響的 API: GetSite

API請求和回應範例

XML API嚗? GetSite 範例

GetSiteResponse


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

API 42.1.0 更新

XML API 42.1.0 更新

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

已在兩個XML API上變更業務邏輯: LstSummarySessionGetSessionInfo 在回應元素上: enableEventenableWebniar

受影響的 API 和架構變更

XML API: LstSummarySessionGetSessionInfo 在回應元素上: enableEventenableWebniar,已將業務邏輯變更如下:

  • 時間 enableEvent 為 true,會議是Webex網路研討會,false 則不是Webex網路研討會。

  • 如果 enableEvent 為 true,然後的 enableWebniar 可以是 true 或 false,true 表示網路研討會的出席者僅具有純檢視特權,false 表示網路研討會的出席者不受唯讀特權的限制。

  • 如果 enableEvent 為 false,在 上沒有任何意義 enableWebniar回應。

綱要變更

無架構變更。

受影響的 API:

  • LstSummarySession

  • GetSessionInfo

新增對XML API的每個API 呼叫的最大註冊限制: CreateMeetingAttendee, RegisterMeetingAttendee

受影響的 API

我們新增了 50兩個 API 上每個API 呼叫的最大註冊限制: CreateMeetingAttendeeRegisterMeetingAttendee.

如果用戶端的一次性API 呼叫註冊人數超過 50,則 API 回應錯誤碼和訊息為:

「040015 在一個API 呼叫中註冊出席者人數超過限制 」

API的架構變更

無架構變更。

API請求和回應範例

CreateMeetingAttendeeRegisterMeetingAttendee API請求和回應 的請求 CreateMeetingAttendee


<?xml version="1.0" encoding="UTF-8"?>
<serv:message
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:serv="http://www.webex.com/schemas/2002/06/service"
xsi:schemaLocation="http://www.webex.com/schemas/2002/06/service
http://www.webex.com/schemas/2002/06/service/service.xsd">
<header>
<securityContext>
<webExID>主持人1</webExID>
<password> XXXXXX</password>
<siteName>測試網站</siteName>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.attendee.CreateMeetingAttendee">
<person>
<name> test001</name>
<email> test001@test.com </email>
</person>
<sessionKey> 987654321 </sessionKey>
<attendees>
<person>
<name> test002</name>
<email> test002@test.com </email>
</person>
<sessionKey> 987654321 </sessionKey>
</attendees>
...
...
<attendees>
<person>
<name>test051</name>
<email> test051@test.com </email>
</person>
<sessionKey> 987654321</sessionKey>
</attendees>
</bodyContent>
</body>

的回應 CreateMeetingAttendee


<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service">
xmlns:com="http://www.webex.com/schemas/2002/06/common"
xmlns:att="http://www.webex.com/schemas/2002/06/service/attendee">
<serv:header>
<serv:response>
<serv:result>失敗</serv:result>
<serv:reason>在一個API 呼叫中註冊超過限制的出席者人數: 50</serv:reason>
<serv:gsbStatus>主要</serv:gsbStatus>
<serv:exceptionID>040015</serv:exceptionID>
<serv:value> 50</serv:value>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent/>
</serv:body>