About API List places /places/microsoft.graph.room

Copper Contributor

I have a problem with the API List Places (URL /places/microsoft.graph.room).

I have totally more than 100 resource rooms but when I process the API List Places, I can only get 5 rooms (even with the v1.0 or beta). Can anyone explain why?

Thank you

Hungnt1035_0-1602810674283.png

 

1 Reply

@Hungnt1035 


You can use top parameter to get all rooms as specified. Could you please check this [docs](https://docs.microsoft.com/en-us/graph/query-parameters#top-parameter).

Request URL Example: https://graph.microsoft.com/beta/places/microsoft.graph.room?$top=300