cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
556
Views
0
Helpful
1
Replies

List Recording XML API doesn't show any record

evan.winata
Level 1
Level 1

Hi everyone,

I tried to get a list of recording from my trial account, but unfortunately, it always returns no records. I already uploaded 2 recordings and I can see it on 'My Recorded Meetings' section in the WebEx Enterprise Site. The following is my XML request:

string strXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n";

strXML += "<serv:message xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:serv=\"http://www.webex.com/schemas/2002/06/service\">\r\n";

strXML += "<header>\r\n";

strXML += "<securityContext>\r\n";

strXML += "<webExID>webexid</webExID>\r\n";

strXML += "<password>password</password>\r\n";

strXML += "<siteName>aufreetrial</siteName>\r\n";

strXML += "</securityContext>\r\n";

strXML += "</header>\r\n";

strXML += "<body>\r\n";

strXML += "<bodyContent xsi:type=\"java:com.webex.service.binding.ep.LstRecording\">\r\n";

strXML += "<listControl>\r\n";

strXML += "<startFrom>0</startFrom>\r\n";

strXML += "<maximumNum>10</maximumNum>\r\n";

strXML += "</listControl>\r\n";

strXML += "</bodyContent>\r\n";

strXML += "</body>\r\n";

strXML += "</serv:message>\r\n";

Any help will be much appreciated.

Thanks,

Evan

1 Accepted Solution

Accepted Solutions

evan.winata
Level 1
Level 1

Turns out I missed <serviceTypes><serviceType>MeetingCenter</serviceType></serviceTypes> after <listControl>. The documentation in here needs to be updated.

View solution in original post

1 Reply 1

evan.winata
Level 1
Level 1

Turns out I missed <serviceTypes><serviceType>MeetingCenter</serviceType></serviceTypes> after <listControl>. The documentation in here needs to be updated.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: