Cisco Cisco Unified Contact Center Management Portal 11.0(1) Technical References

Page of 325
Chapter 3: Resource Management Web Service 
 
Web Service APIs 
 
 
 
 
 
 
Web Services Reference for Cisco Unified Contact Center Management Portal 
  
  
August 2015 
 
156 
 
 
 
Search Term 
Description 
Syntax and Examples 
owner 
Restrict the items returned to 
those owned by the specified 
tenant. 
Syntax 
One of: 
owner:{IdOrTenant} 
owner:{IdOrTenant},{IdOrTenant}... 
If more than one 
{IdOrTenant}
 is specified, then 
each one must be separated by a comma (,).
 
Examples 
owner:/Tenant1 
returns only items owned by 
Tenant1.
 
owner:{24811131-76E9-4406-9F66-
711FD8716955}, 
{2ADA5C58-839E-4EC8-901E-1692E224B132}
 
returns only items owned by the tenants with the 
specified ids. 
offset 
Restrict the items returned to 
those after the specified 
position in the results array. 
Combine this with 
max
 to 
return paged results. 
If the specified 
offset
 is 
greater than the number of 
matching reults, the results 
array is empty. 
Syntax 
offset:{OffsetCount} 
Example 
offset:100 max: 50
 returns only the 101
st
 to 
150
th
 matching items.