analyses

Search analysis and create analysis of reporting app

Note: When making API requests, ensure the following headers are included:

  • Authorization: Bearer UserToken (replace UserToken with your actual access token). For details on how to obtain the token, refer Actions on a user section.
  • Content-Type: application/json
  • Accept: application/json

Search analysis of reporting app.

Path Parameters

  • tenantIdstringrequired

    Describes partnerId or clientId of the tenant

Query Parameters

  • appIdstring

    Filter executions based on reporting appId

Responses

  • resultsarray

  • totalResultsinteger

  • orderBystring

  • pageNointeger

  • pageSizeinteger

  • totalPagesinteger

  • nextPageboolean

  • previousPageNointeger

  • descendingOrderboolean

Loading Examples...

Note: To use this API, you must have the REPORTS_MANAGE permission assigned.

Create analysis of reporting app.

Path Parameters

  • tenantIdstringrequired

    Describes partnerId or clientId of the tenant

Request Body

application/json

  • namestringrequired

    Analysis name

  • appIdstringrequired

    Installed reporting appId

  • parametersobjectrequired

    Parameters as defined in the reporting app manifest.

Loading Examples...

Responses

Loading Examples...