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.