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

Page of 81
GetConferenceInstanceByExternalId
Get an occurrence from a series with the given ExternalSourceId, ExternalConferenceId, and 
RecurrenceIdUTC.
This function is primarily intended for use by Cisco TMSXE.
Supported parameters:
ExternalSourceId
Unique identifier of the external source.
ExternalConferenceId
Unique identifier of the conference within the external source (primary key in 
database).
RecurrenceIdUTC
Identifies an instance in a series of conferences. A UTC-formatted datetime string. 
Only UTC date-time groups ending with Z are supported. Example: 1975-06-01 
23:32:11Z.
Returned data:
 A Conference object. 
GetConferenceInviteMail
Used to retrieve content for conference invite email notifications.
Supported parameters:
ExternalSourceId
Unique identifier of the external source.
ExternalConferenceId
Unique identifier of the conference within the external source (primary key in 
database).
RecurrenceIdUTC
Identifies an instance in a series of conferences. A UTC-formatted datetime string. 
Only UTC date-time groups ending with Z are supported. Example: 1975-06-01 
23:32:11Z.
Messages
A list of messages from the client to inject into the email notification. 
Contains:
 
n
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).
 
n
One or more lines of text strings containing the actual message.
ContentTypes
An array of content types. If multiple types are included, both PlainText and Html will 
be used (sent as Multipart).
Language
A list of supported languages can be retrieved from the Remote Setup API. See 
Returned data:
 A list of conference invite e-mail content. Setting Language to blank will return the 
conference language.
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide (14.6)     
Page 58 of 81
Booking API reference
Booking API functions