Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
28
6 coSpace Related Methods
Note: Although the Cisco Meeting App and other Cisco Meeting Server guides refer to
"spaces" rather than "coSpaces", the API still uses /coSpace objects. The Web Admin
interface has been changed to refer to "spaces".
This chapter details the API methods related to management of coSpaces. The chapter covers:
n
n
n
n
n
n
n
n
n
n
n
n
6.1 Retrieving coSpaces
GET method on the “/coSpaces” node.
Parameters
Type/Value
Description/Notes
offset
limit
Number
Number
An "offset" and "limit" can be supplied to retrieve coSpaces other than the
first “page" in the notional list (see
).
filter
String
Supply “filter=<string>” in the URI to return just those coSpaces that match
the filter
tenantFilter
ID
Supply tenantFilter=<tenant id> to return just those coSpaces associated
with that tenant
callLegProfileFilter
ID
Supply callLegProfileFilter=<call leg profile id> to return just those
coSpaces using that call leg profile
6   coSpace Related Methods