Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
37
methods have a public scope then the call information from the coSpace’s own configuration is
included.
Call leg profile
A call leg profile can be associated with a coSpace object, making it the default call leg profile
for all call legs in that coSpace (for instance, those that connect via its configured URI and
). (The effect of the coSpace call leg profile can still be overridden by more specific
overrides imposed via call leg profiles configured for additional coSpace access methods. See
the
section.
6.6.2 Retrieving coSpace access methods
GET method on the "/coSpaces/<coSpace id>/accessMethods/" node.
Parameters
Type/Value
Description/Notes
filter
String
Supply filter=<string> in the URI to return just those coSpace access
methods that match the filter
offset
limit
Number
number
An "offset" and "limit" can be supplied to retrieve coSpaces other than the
first "page" in the notional list (see
).
callLegProfileFilter
ID
Supply callLegProfileFilter=<ID> to return just accessMethods for coSpaces
using that call leg profile
Response
elements
Type/Value
Description/Notes
Response is a collection of "<accessMethod id=<access method id>>" objects
contained within an "<accessMethods>" object
<accessMethod> elements follow the general form on the left.
accessMethod
id
ID
uri
String
The URI to be used for dialing in via this access method
callId
ID
The "call ID" to be used for connecting via this access method (using the IVR or
Web Bridge login)
passcode
String
A passcode required for this access method
callLegProfile
ID
The ID of a call leg profile to apply to calls in via this access method
6   coSpace Related Methods