I have deployed few win32Apps along with few MSIs using Intune and now I want to get all the applications which are of type #microsoft.graph.win32LobApp "only" from the Graph API using Graph Explorer.
When I use https://graph.microsoft.com/v1.0/deviceAppManagement/mobileApps , I get all the applications (MSIs, win32Apps etc...), but when I apply filter to get only Win32LobApp I get an error.
The filter I am using as: https://graph.microsoft.com/v1.0/deviceAppManagement/mobileApps?$filter=odata.type eq '#microsoft.graph.win32LobApp' but I get below error:
{
"error": {
"code": "BadRequest",
"message": "Invalid filter clause",
where I am going wrong? I did try multiple variations, but I am unable to retrieve only Win32LobApps. Please help !!