Get analysis results

Get the results of an analysis

Retrieves the results of the analyses, applying the authenticated user's permissions.

[internal] This endpoint is used while editing personal notebooks.

Request

POST https://www.activityinfo.org/resources/reports/analyses/results

Request body

application/json

object
reportId string required
analysisId string required
slicerValues array[object] required

Successful response

application/json

object

Error responses

Status Code Error Code Description
400 NOT_A_VALID_SLICER
401 AUTHENTICATION_REQUIRED The request must be authenticated
403 NOT_PUBLISHED
403 PERMISSION_DENIED
404 NOT_FOUND
Next item
Get analysis results with get method