4

The /findRooms API states:

"You can get up to the first 100 rooms in the tenant".

Is there a way to increase this limit?

I tried /findRooms?$top=1000&$count=true but I am not able to make these query parameters work with findRooms.

As stated in this ticket, I am not able to get $filter to work either.

Marc LaFleur
  • 31,987
  • 4
  • 37
  • 63
Martin Sommer
  • 536
  • 5
  • 14

1 Answers1

3

The API doesn't currently support things like $top or $skip. While I cannot make any promises, I would expect that those will get implemented before the API moves out of beta :).

You might want to log it at https://officespdev.uservoice.com/ just to make sure the engineering team hears the feedback.

Jason Johnston
  • 17,194
  • 2
  • 20
  • 34
  • 1
    Thanks Jason, I just added [this feature request](https://officespdev.uservoice.com/forums/224641-feature-requests-and-feedback/suggestions/32525113-add-pagination-to-the-findrooms-api-to-get-past-t). – Martin Sommer Dec 05 '17 at 19:27
  • Hi Jason, I submitted two feature requests to the officespdev.uservoice.com site, and am not hearing anything back from Microsoft. Is this just a "wish list", or how can I determine if anything will ever come of it? – Martin Sommer Dec 07 '17 at 17:47
  • It is just a wish list essentially, though our PM team goes through it regularly to look for feedback, etc. They *might* respond on the feature request, but they may not. Rest assured the request will be seen though. – Jason Johnston Dec 07 '17 at 18:38
  • Thanks, can you give any timeline to when the Graph API will move from beta to v2? The findRooms call is only in beta (vs V1), and I am trying to get a sense if it is still open for expansion, and if so, when that might be? – Martin Sommer Dec 07 '17 at 19:26
  • No sorry, I don't have any timelines to share on that. – Jason Johnston Dec 08 '17 at 12:53
  • That [feature request](https://officespdev.uservoice.com/forums/224641-feature-requests-and-feedback/suggestions/32525113-add-pagination-to-the-findrooms-api-to-get-past-t) seems to have been deleted ([the link](https://officespdev.uservoice.com/forums/224641-feature-requests-and-feedback/suggestions/32525113-add-pagination-to-the-findrooms-api-to-get-past-t) returns a 404). Is there any other way of getting the full list of rooms beyond the first 100? – Zach Mathew Apr 29 '19 at 21:14
  • Hey Zach, it got moved. The Graph team migrated to their own UserVoice, you can find it [here](https://microsoftgraph.uservoice.com/forums/920506-microsoft-graph-feature-requests/suggestions/32525113-add-pagination-to-the-findrooms-api-to-get-past-t). – Jason Johnston May 14 '19 at 20:05