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

Page of 74
Supported parameters:
ConferenceId
The ID of the conference, based on TMS IDs.
Returned data:
 A Conference object based on the ConferenceId.
If the recurrent series has been deleted, the returned object will include a negative conference ID.
If the provided ID does not exist, this will cause an error. See the section 
GetRecurrentConferenceByIdWithFirstOngoingOrPendingSta
rtTime
This function is primarily intended for use by Cisco TMSPE Smart Scheduler.
Supported parameters:
ConferenceId
The ID of the conference, based on TMS IDs.
Returned data:
 A Conference object containing, ff the conference is a recurrent series with exceptions, 
aRecurrencePattern Exceptions array. 
The start time of the conference will be mapped to the first ongoing or pending conference occurrence.
If the provided ID does not exist, this will cause an error. See the section 
GetTimeZoneRulesById
Get the available time zone rules for the given time zone.
Supported parameters:
idString
A string containing the ID of the time zone on the Cisco TMS server.
Returned data:
 An array of TimeZoneRule elements
If the provided ID does not exist, this will cause an error. See the section 
GetTransactionsSince 
This function is used to get a list of conference creations, updated and deletions that must be performed in 
order to keep a mirrored conference database synchronized. Note that:
 
n
If the number of matching conferences exceeds the internal limit, the array's TransType element will be 
Incomplete. To get all transactions, the client must send the last returned ID of the array as the 
CurrentTransactionId to receive the next set, until the TransType is no longer returned as Incomplete.
 
n
The transaction identified as CurrentTransactionId will not be included in the returned array.
Supported parameters:
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide (14.4)     
Page 57 of 74
Booking API reference