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

Page of 67
Booking API functions
This reference section describes all the available functions of the booking API.
DeleteConferenceById 
Deletes a conference with the given ConferenceId (as defined in Cisco TMS). If the conference is part of a 
recurring series, the whole series will be deleted.
Supported parameters:
ConferenceId
The ConferenceId of the conference to delete.
Returned data:
 Nothing.
DeleteConferenceRecInstanceById 
Deletes an occurrence of a recurring conference with the given ConferenceId (as defined in Cisco TMS). This 
function is typically used when deleting a single meeting in a recurring series.
Supported parameters:
ConferenceId
The ConferenceId of the conference to delete.
Returned data:
 Nothing.
EndConferenceById 
Ends an ongoing conference with the given ConferenceId (as defined in Cisco TMS). The conference will be 
set to Finished, and the end time will be set to the time of execution of the function. This function is typically 
used to end a running conference from a third party front-end GUI. The function will fail with an error if the 
conference has not yet started.
Supported parameters:
ConferenceId
The ConferenceId of the conference to delete.
Returned data:
 Nothing.
GetConferenceById 
Get the available information about a particular conference.
Supported parameters:
ConferenceId
The ID of the conference (Based on Cisco TMS IDs)
Cisco TMSBA Programming Reference Guide (14.3)
Page 46 of 67
Booking API reference