Martin Sommer
Martin Sommer

Reputation: 566

findRooms API limit of 100 rooms

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.

Upvotes: 4

Views: 465

Answers (1)

Jason Johnston
Jason Johnston

Reputation: 17702

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.

Upvotes: 3

Related Questions