I have sent the following call to the Microsoft Graph API: https://graph.microsoft.com/beta/deviceManagement/managedDevices here I get a list of devices, but it is incomplete. Client and server systems are missing, which our customer can see via the web interface (endpoint.microsoft.com). The first thought was that the client systems are not in Intune, but this isn't true. If I now make my subsequent query for the individual devices and take an ID that does not come from the response but from the interface of the customer, I get an "internal server error". I have made the following queries: https://graph.microsoft.com/beta/deviceManagement/managedDevices/{DeviceId}/windowsProtectionState https://graph.microsoft.com/beta/deviceManagement/managedDevices/{DeviceId}/windowsProtectionState/detectedMalwareState
Is it possible to get a logical error message there?
How to retrieve the information for server systems and what can be the reason that we do not get all client system?