Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 223
API reference
Cisco TelePresence MCU API 2.9
Page 24 of 223
Returned data
Conditionally returned
If there are entries to return, the method returns them in an array. If there are more entries than can be
returned in one response, you'll get the next enumerateID up from the one you provided.
Parameter name
Type
Short description
enumerateID
string
The device returns this index if the requested data is too
large for one response. Pass this parameter in a repeat of
the call to return the next batch of data.
currentRevision
integer
A number that indicates the current revision of this
enumeration. You can use this as a lastRevision input to
a future enumerate call to retrieve only the changes
between the two enumerations.
autoAttendants
array
A collection of autoAttendant structures.
autoAttendantUniqueID
string
Unique identifier for the auto attendant.
autoAttendantConfiguredName
string
The name of the auto attendant.
startTime
dateTime.
iso8601
Start time of the item, e.g. 20110106T14:00:00.
autoAttendant.status
This call returns a struct, as described in
for the selected auto attendant.
A fault code of “no such conference” is returned if there is no auto attendant with the given identifier.
Input parameters
Parameter name
Type
Short description
autoAttendantUniqueID
string
Unique identifier for the auto attendant.
Returned data
Parameter name
Type
Short description
autoAttendantUniqueID
string
Unique identifier for the auto attendant.
autoAttendantConfiguredName
string
The name of the auto attendant.
startTime
dateTime.
iso8601
Start time of the item, e.g. 20110106T14:00:00.
cdrlog.delete
Permanently deletes stored CDR log files. The files may contain up to 400 entries each.