Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
32
n
When retrieving information on an individual coSpace (see below) the secondaryUri value will
be returned, if it is defined for this coSpace
n
The secondaryUri can be created automatically during an LDAP sync if the new LDAP
mapping parameter is used. See
6.2.2 Auto-generation of coSpace callID
A new auto-generated Call Id is assigned if "requireCallId=true" is set via a create (POST) or
modify (PUT) method on the coSpace, and no callId is currently specified for the coSpace.
6.3 Retrieving Detailed Information about a Single coSpace
GET method performed on a “/coSpaces/<coSpace ID>” node. If the coSpace ID supplied is
valid, a “200 OK” response is received, containing a single "<coSpace id=<ID>" object with
data as described above for the
case.
In addition to the data in common with the create and modify methods, retrieved information
about a single coSpace will also include:
n
a count of the number of additional access methods for that coSpace, if any have been
configured, as a numeric “numAccessMethods” value
n
the autoGenerated value, which shows whether the coSpace was added automatically as
part of an LDAP sync operation
The following information is not included:
n
requireCallID
6.4 coSpace Member Methods
6.4.1 Retrieving the members of a coSpace
GET method on a “/coSpaces/<coSpace ID>/coSpaceUsers” node.
Parameters
Type/Value
Description/Notes
filter
String
Supply filter=<string> in the URI to return just those coSpace users 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 members using that call leg
profile
6   coSpace Related Methods