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

Page of 68
Returned data:
 A Conference object based on the ConferenceId.
If the provided ID does not exist, this will cause an error. See the section 
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. 
The conference objects will not include:
 
the list of participants
 
WebEx conference information
 
recording URIs
 
ConferenceInfoHtml or ConferenceInfoText
GetConferenceBookingEventMail
Supported parameters:
Message
A message from the client to inject into the email notification. 
Contains:
 
A MessageType which determines the color and prefix of the message box at the top of the 
email message. Supported values are Information (green), Warning (yellow), and Error (red).
 
One or more lines of text strings containing the actual message.
 
Cisco TMSBA Programming Reference Guide
Page 47 of 68
Booking API reference