ReportActionService

public interface ReportActionService

This service is responsible for handling Commcare report actions in tasks.

Methods

queryReport

void queryReport(String configName, String reportId, String reportName, String urlParsedFilters)

This task action allows to query the Commcare Report UCR API. When the report is queried, is parsed by MOTECH and a Received Report event is raised.

Parameters:
  • configName – the name of the configuration used for connecting to CommcareHQ
  • reportId – the Id of report
  • reportName – the name of report
  • urlParsedFilters – parsed filter fields used in requests url