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

Recording password in available in Webex XML API response

Ajith Menon
Level 1
Level 1

The response of "Lstrecording" XML API call is returning "password" with empty value. Even though there was a password available for that recording which can be seen in web portal.

 

The response of "List Recordings" REST API call for same meeting id is returning the correct value in "password" element.

 

Is this bug in XML API?

 

Note: Attached text file containing XML API Response & REST API Response for same meeting id.

1 Accepted Solution

hazeena farook
Cisco Employee
Cisco Employee

In the request to LstRecording you need to also include the serviceTypes in order to check if a password is required. Not including that will always return a blank password parameter and passwordReq as false.
Example:

<serviceTypes>
     <serviceType>MeetingCenter</serviceType>
</serviceTypes>

View solution in original post

1 Reply 1

hazeena farook
Cisco Employee
Cisco Employee

In the request to LstRecording you need to also include the serviceTypes in order to check if a password is required. Not including that will always return a blank password parameter and passwordReq as false.
Example:

<serviceTypes>
     <serviceType>MeetingCenter</serviceType>
</serviceTypes>