Our Analytics API is getting an exciting update!

Key Benefits

  • The Analytics API now supports also the report elements KPI and Sparkline, and the comparison view of an analysis. This allows you to access even more analysis via the API.
  • Please note that due to updates in the Date Picker, how time ranges are shown in your API is going to change. It will be the same format as in the input query:

    old

    "timerange": [
    "2020-10-14T00:00:00.000+0200",
    "2020-11-11T00:00:00.000+0100"
    CODE


    new

    "timerange": [
    "2020-10-14 00:00:00",
    "2020-11-11 00:00:00"
    CODE

How does it work?

You can easily download the JSON files from our UI as with other API calls. Please see this how-to for example calls and responses. 

Availability

This feature is part of our Fall update 2022 which went live on November 8th and is available to all Mapp Intelligence Analytics API users.