Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
84
Parameters
Type/Value
Description/Notes
endCall
String
DTMF sequence to be used by a participant to end the
call; this will disconnect all participants including the
participant who initiated the operation
8.8.3 Retrieving detailed information about an individual dtmfProfile
GET method performed on a “/dtmfProfiles/<dtmfprofile id>" node. If the dtmfProfile ID
supplied is valid, a “200 OK” response is received, with XML content matching the section
above.
8.9 IVR Methods
8.9.1 Retrieving IVRs
GET method performed on the “/ivrs” node.
Parameters
Type/Value
Description/Notes
filter
String
Supply filter=<string> in the URI to return just those IVRs that match the filter
offset
limit
Number
Number
An "offset" and "limit" can be supplied to retrieve elements other than the
first "page" in the notional list (see
above
).
tenantFilter
ID
Supply tenantFilter to return only those IVRs associated with the specified
tenant.
Response
elements
Type/Value
Description/Notes
Response is structured as a top-level <ivrs total="N"> tag with potentially
multiple <ivr> elements within it.
Each <ivr> tag may include the following elements:
uri
URI user
part
The URI to be used for this IVR
8.9.2 Setting up and modifying IVRs
n
Creating: POST method to the /ivrs" node
n
Modifying: PUT to "/ivrs/<ivr id>"
8   Call Related Methods