Support
Blog
mapp.com
Academy
Documentation
Contents
x
Analytics API
Engage API
Mapp Connect
Analysis
5 Articles
in this category
Share this
Print
Share
Dark
Light
Contents
Analysis
Submit analysis and get data
5 Articles
in this category
Share
Dark
Light
Create calculation query
Post /analysis-query Create a calculation query. Response will be either 200 if the result is already available and can be retrieved by using the provided link (or calculationId) 201 if the calculation is being queued. Status can be p...
Get query status
Get /analysis-query/{correlationId} Returns status of the analysis query. Once calculation is SUCCESS, result is available and can be retrieved by using the provided link (or calculationId). Security OAuth Flow Client Credent...
Cancel query
Delete /analysis-query/{correlationId} Abort running query, if still running Security OAuth Flow Client Credentials Token URL https://intelligence.eu.mapp.com/analytics/api/oauth/token Scopes: mapp.intelligence-api ...
Get analysis result
Get /analysis-result/{calculationId} Retrieve the analysis data. Security OAuth Flow Client Credentials Token URL https://intelligence.eu.mapp.com/analytics/api/oauth/token Scopes: mapp.intelligence-api Use intelli...
Get number of analysis done for current month
Get /analysis-usage/current Get number of analysis done for current month Security OAuth Flow Client Credentials Token URL https://intelligence.eu.mapp.com/analytics/api/oauth/token Scopes: mapp.intelligence-api Us...