Views:

Applies to Product - Power Automate

What’s happening?
Experiencing issues when executing HTTP calls to the Intune API, specifically receiving errors indicating that one or more required filters are not set.


Reason:
The underlying cause of this is related to the absence of necessary filters in the API request, which are required for successful execution of the HTTP call.


Resolution:

  • Ensure that a filter for the Application ID is included in the body of the API request. An example of the correct format is: { "reportName": "Name of the report", "filter": "(ApplicationId eq {ApplicationId})" }
  • For further guidance, refer to the documentation available at Microsoft Learn.