With http(s)://<hostaddress>/com.broadsoft.xsi-actions/v1.0/user/<userid>/directories/Enterprise I can receive users form the enterprise directory.
(See http://developer.broadsoft.com/node/3466)
In the xml I see the following
<numberOfRecords>1</numberOfRecords>
<totalAvailableRecords>5</totalAvailableRecords>
When I request the xml without search params, I see the following:
<numberOfRecords>50</numberOfRecords>
<totalAvailableRecords>87</totalAvailableRecords>
So I dont see all users. (50/87)
Is there a way to get all totalAvailableRecords, or to edit the numberOfRecords?
Jack, if you take a look at the enterprise directory test link you'll see that the "start" parameter allows for paging.
I'm not sure where this is documented sorry, I did check the schema download.
Roger.
Posted: Feb 4, 2010Thanks for your answer, that works good.
Perhaps someone can update Documentation? (http://developer.broadsoft.com/node/3466 and http://developer.broadsoft.com/node/3465)