Forum Discussion
Arun_Joseph
Jun 24, 2021Copper Contributor
Is there any limit on the number of devices returned for the Intune's Graph get list API ?
There is no mentioning of pagination for the intune devices retuned in the response. So assuming there are 50k devices enrolled in Intune ( now Endpoint Manager ), will the API return the attributes ...
- Jun 27, 2021This API call actually seems to support paging (try adding $top=1 to the URL). For me this returns the regular @odata.nextLink URL. The documentation also mentions that the regular OData query parameters are supported.
pvanberlo
Jun 27, 2021MCT
This API call actually seems to support paging (try adding $top=1 to the URL). For me this returns the regular @odata.nextLink URL. The documentation also mentions that the regular OData query parameters are supported.