Hi @Vijay Akula
Yes, it paginates the result set with 100 pieces of data by default, and you can customize the pagination data by using the $top
query parameter.
Also, you can use the $count
query parameter to count the returned result set.
GET https://graph.microsoft.com/v1.0/applications?$select=id,appId,displayName,passwordCredentials&$top=999&$count=true
ConsistencyLevel: eventual
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.