analyses/{id}
'Update, get details of given analysis of an 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
Note: To use this API, you must have the REPORTS_VIEW permission assigned.
Get details of the given analysis of reporting app.
Path Parameters
- tenantId
Describes partnerId or clientId of the tenant
- id
Describes analysis uuid of the analyses of the reporting app
Responses
- id
Analysis uuid
- name
Analysis name
- tenantId
- appId
Installed reporting appId
- parameters
Parameters as defined in the reporting app manifest.
- createdBy
- updatedBy
- createdDate
Analysis created date
Note: To use this API, you must have the REPORTS_MANAGE permission assigned.
Update the analysis of reporting app
Path Parameters
- tenantId
Describes partnerId or clientId of the tenant
- id
Describes analysis uuid of the analyses of the reporting app
Request Body
application/json
- name
Responses
- id
analysisId of the analysis.