D15335.08 Cisco TelePresence MX700 and MX800 API Reference Guide CE9.2, NOVEMBER 2017.
Copyright © 2017 Cisco Systems, Inc. All rights reserved.
117
Cisco TelePresence MX700 and MX800
API Reference Guide
Bookings commands
xCommand Bookings Clear
Clear the current stored list of bookings.
Requires user role: ADMIN, USER
USAGE:
xCommand Bookings Clear
xCommand Bookings Get
Get the booking information for a specific ID.
Requires user role: ADMIN, USER
USAGE:
xCommand Bookings Get Id: "
Id
"
where
Id:
String (0, 128)
The booking ID of a call or conference.
xCommand Bookings List
List the stored bookings for the system. The list of booking details is received from the
management system. All parameters are optional, and can be used to limit the search result.
If no parameters are set, past, present and future bookings are all listed. To avoid listing
bookings from yesterday and before, use DayOffset = 0.
Requires user role: ADMIN, USER
USAGE:
xCommand Bookings List [Days:
Days
] [DayOffset:
DayOffset
] [Limit:
Limit
]
[Offset:
Offset
]
where
Days:
Integer (1..365)
Number of days to retrieve bookings from.
DayOffset:
Integer (0..365)
Which day to start the search from (today: 0, tomorrow: 1…). The default is set to 0.
Limit:
Integer (1..65534)
Max number of bookings to list.
Offset:
Integer (0..65534)
Offset number of bookings for this search. The default is set to 0.
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand