Cisco Cisco TelePresence Management Suite (TMS) Version 15 Developer's Guide

Page of 53
Booking API reference
Cisco TMSBA Programming Reference Guide
Page 40 of 53
Supported parameters:
ConferenceId
The ID of the conference (Based on Cisco TMS IDs)
Returned data:
 A Conference object based on the ConferenceId.
If the provided ID does not exist, this will cause an error. See the section 
GetRecordingAliases
Supported parameters:
UserName
The user to retrieve recording alias for. If no UserName is provided (empty string), the logged in 
user will be used.
Returned data:
 An array of RecordingDevice, where the key is the string representation of a recording 
device name, or a recording cluster name. The value is an array of AliasInfo for that particular recording 
device/cluster, holding an AliasId (string) and a SystemId (int) . The AliasId and SystemId can be used to add 
a recording participant to a conference.
GetConferencesForUser
This function returns all conferences owned by a particular user between two dates. 
Supported parameters:
UserName
The Cisco TMS user to get bookings for. If no user name is provided (empty 
string), the logged in user is used.
StartTime
The start date and time of bookings.
EndTime
The end date and time of bookings.
ConferenceStatus
An enumeration of what type of conferences that will be fetched from Cisco TMS. 
The available types are:
 
All
 
AllExceptDeleted
 
Pending
 
Ongoing
 
PendingAndOngoing 
 
MeetingRequest
 
Rejected
 
Finished
 
Deleted
Returned data:
 An array with Conference objects.