Requesting Formatted Reports

By default, all reports are presented in raw JSON. If you would like to get HTML formatted data, you need to add a GET parameter named resultFormat, with its value being highcharts or table. If you are building a chart, then the value should be highcharts, while table should be used for tabular data.

If you are requesting raw data, then the resultFormat property should either be left out, or else, its value should be raw. If you are requesting a highcharts response, then you also need to add another parameter: hcType. This is used to specify the type of chart you would like to receive. The possible values are pie, bar, column, or line.

Note:Line charts should be used when dateSplit is not null, while the other chart types are to be used when you are not splitting by date (dateSplit is null).