question

JuneJorgensen-3669 avatar image
0 Votes"
JuneJorgensen-3669 asked

GET detectedApps with appid does not return expected info in each field

I expect Get /deviceManagement/detectedApps/{appid} should return the same value of that appid under List: /deviceManagement/detectedApps/
However, when I do list, I see
{
"oDataType": null,
"id": "1780bc94f880b8c29a4a0e36f5000190b10447d62d67d9b11ccb9494b096186f",
"deviceCount": 2,
"displayName": "MS Launcher QA 365",
"sizeInByte": 0,
"version": "1.4.2.365.0"
},

when I do /deviceManagement/detectedApps/1780bc94f880b8c29a4a0e36f5000190b10447d62d67d9b11ccb9494b096186f

{
"oDataType": null,
"id": "1780bc94f880b8c29a4a0e36f5000190b10447d62d67d9b11ccb9494b096186f",
"deviceCount": 0,
"displayName": null,
"sizeInByte": 0,
"version": null
}
2. $expand=managedDevices only works on Get, but not on list.
/deviceManagement/detectedApps/1780bc94f880b8c29a4a0e36f5000190b10447d62d67d9b11ccb9494b096186f?$expand=managedDevices shows managedDevices. but deviceManagement/detectedApps?$expand=managedDevices does not expand managedDevices at all. In V1.0 version it gives error of managedDevices is not a property of detectedApps, in beta version, there is no error message, but no expansion either.

microsoft-graph-corporate-mgmt
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers