Prashanth Reddy Cherlapally
My feedback
-
3 votes0 comments · Feature Requests and Feedback » Add-in: General · Flag idea as inappropriate… · Admin →
Prashanth Reddy Cherlapally shared this idea ·
-
2 votes1 comment · Feature Requests and Feedback » Office Developer Tools · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment -
13 votes0 comments · Feature Requests and Feedback » Add-in: Outlook · Flag idea as inappropriate… · Admin →
Prashanth Reddy Cherlapally shared this idea ·
-
9 votes0 comments · Feature Requests and Feedback » Add-in: Deployment · Flag idea as inappropriate… · Admin →
Prashanth Reddy Cherlapally supported this idea ·
https://graph.microsoft.com/beta/places/microsoft.graph.room?top=10&$skip=0&$count=true
https://graph.microsoft.com/beta/places/microsoft.graph.room?top=10&$skip=10&$count=true
https://graph.microsoft.com/beta/places/microsoft.graph.room?top=10&$skip=30&$count=true
.......
https://graph.microsoft.com/beta/places/microsoft.graph.room?top=10&$skip=60&$count=true
We can use client pagination:
Include on the query:
$top=40&$skip=0&$count=true
$top=40&$skip=40&$count=true
https://github.com/microsoftgraph/microsoft-graph-docs/issues/9542