Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Extension Mobility API (EMAPI) Developer Center
Overview
Documentation
Community
Wiki
Testing
Everything
This Site
Blogs
9.1 Mobility API Documentation Now Available
Ting-Hao Chen
10 Jan 2013
Unified Communications 9.0 Partner Bundle Offer Now Available to Order
Amanda Whaley
21 Sep 2012
Unified CM 9.0(1) Developer Guides
George Gary
26 Aug 2012
Developer Partner 2012 US Update Presentations Available
George Gary
29 Jun 2012
Developer Partner 2012 London Update Presentations Available
George Gary
10 Feb 2012
Showing 1 - 5 of 21 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
3
4
5
of 5
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Extension Mobility API Questions
User and Device Query
Threads [
Previous
|
Next
]
User and Device Query
Gaurav Sandhir
2/4/09 11:13 PM
Re: User and Device Query
David Staudt
2/5/09 2:39 AM
Re: User and Device Query
Gaurav Sandhir
2/5/09 3:10 AM
RE: Re: User and Device Query
Michel Shuqair
1/22/10 8:00 PM
Gaurav Sandhir
Posts:
4
Join Date:
7/26/08
Recent Posts
User and Device Query
Answer
2/4/09 11:13 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
While using these queries, if a developer wants to find out the userid associated with multiple device (hypothetically speaking maybe 1000's of devices ), how long will it approximately take the API to return the result to the user ? Similarly if a user wants to know the device associated with multiple user id (hypothetically speaking huge number of user ids say 100's), how long will it take the API to return the result to the user.
The answers to these questions will help us determine whether we expose these APIs as synchronous or asynchronous methods in our Application.
Thanks,
Gaurav
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
14
Join Date:
6/4/08
Recent Posts
Re: User and Device Query
Answer
2/5/09 2:39 AM as a reply to Gaurav Sandhir.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
There are no published performance numbers on this that I'm aware of. You may be misunderstanding the function of the Extension Mobility APIs however:
User Query returns the CM user currently logged into the specified device. This should only be one record
Device query returns the devices(s) that the specified user is currently logged into. This could be more than one, but in reality I wouldn't expect it to be more than a handful
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Gaurav Sandhir
Posts:
4
Join Date:
7/26/08
Recent Posts
Re: User and Device Query
Answer
2/5/09 3:10 AM as a reply to Gaurav Sandhir.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thanks for the reply.
If I understand correctly, the UserQuery API will accept multiple devices in the request, so it is possible that an application may send a bulk request for multiple devices. Similiarly an application may chose to do a device query for multiple users. Does that sound correct ?
Thanks,
Gaurav
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Michel Shuqair
Posts:
3
Join Date:
1/22/10
Recent Posts
RE: Re: User and Device Query
Answer
1/22/10 8:00 PM as a reply to Gaurav Sandhir.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Yes the assumption about multiple id's in a batch is correct.
The performance is dependant on your network, db size and server capacity. So the only way to find out for your customer is to test it in his network. Write a script that runs 100 requests and measure the time. Based on the outcome decide to wrap it as sync or async.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available