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

Page of 67
Supported parameters:
 None
 
Returned data:
  An array of supported conference languages in TMS. The CultureInfo field specifies the 
exact variety of a language and can be used to set the ConferenceLanguage on the Conference object when 
scheduling conferences.
GetSystemById
This function returns information about a specific system. If the system is not found, 
this causes an error.
Supported parameters:
TMSSystemId
System ID as given in Cisco TMS.
Returned data:
 A TMSSystem object.
GetSystems
This function returns all endpoints and rooms registered in Cisco TMS. Note that network systems, such as 
a Cisco TelePresence MCU, are not returned since they are normally not booked by the users, but are added 
to the conference by Cisco TMS if required. 
Typically used during setup of resources in the external booking system to connect resources in Cisco TMS 
with resources in the external booking system.
Supported parameters:
 None
Returned data:
 An array of TMSSystem objects.
GetSystemsForUser
This function returns all endpoints and rooms that can be booked by the current user, the account credentials 
are used to communicate with  Cisco TMSBA. 
Note that network systems, such as a Cisco TelePresence MCU, are not returned since they are normally 
not booked by the users, but are added to the conference by Cisco TMS if required. 
Typically used in the external booking system to list Cisco TMS resources in external booking system.
Supported parameters:
 None.
Returned data:
 An array of TMSSystem objects.
GetUsers
This function returns all users registered in Cisco TMS. 
This function is typically used in the front-end GUI to provide a list of Cisco TMS users, and can filter output 
from the  Cisco TMSBA based on users from this output.
Supported parameters:
 None.
Cisco TMSBA Programming Reference Guide (14.3)
Page 29 of 67
Remote setup API reference