new fetchReportData(reportId, params, postUrl) → {Operation}
Make a GET request to CommCare's Reports API
and POST the response to somewhere else.
Parameters:
Name | Type | Description |
---|---|---|
reportId |
String | API name of the report. |
params |
Object | Query params, incl: limit, offset, and custom report filters. |
postUrl |
String | Url to which the response object will be posted. |
- Source:
Returns:
- Type
- Operation
Example
fetchReportData(reportId, params, postUrl)