Cisco Acano X-series Developer's Guide

Page of 147
Cisco Meeting Server Release 2.0 : API Reference Guide
131
13 accessQuery Method
The accessQuery method finds details of how a given URI or call ID (for example, one that could
be associated with a coSpace) might be reached. One use is an external system discovering
that a coSpace with URI "sales.meeting" would be reached via the SIP URI
"sales.meeting@example.com".
POST method performed on the /api/v1/accessQuery node.
Parameters
Type/Value
Description/Notes
uri
Text
The "user part" of the URI; that is, the part before any '@' character in a full URI
callId
String
A numeric ID (typically 9 digits long)
tenant
ID
If supplied, limits the search to the specific tenant
None of the parameters above are mandatory but the query is only meaningful if the uri or callId
is supplied.
Response format:
Response
elements
Type/Value
Description/Notes
The response includes one or more of the elements on the left within an
"<accessQuery>" tag
uri
String
The full URI corresponding to the uri supplied in the request
webAddress
String
An HTTPS URI for web access to the callId supplied in the request
ivr
String
A telephone number to reach an IVR that can be supplied with the callId 
supplied in the request
13   accessQuery Method