scheduled-runs/{id}

'Update, get details of a given schedule of reporting app.'

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

  • Authorization: Bearer UserToken (replace UserToken with your actual access token)
  • Content-Type: application/json
  • Accept: application/json

Get the details of schedule of reporting app

Path Parameters

  • tenantIdstringrequired

    Describes partnerId or clientId of the tenant

  • idstringrequired

    Describes schedule uuid of runs on the reporting app

Responses

  • idstring

    Schedule uuid

  • namestring

    Schedule name

  • scheduleobjectrequired

  • recipientsarray of strings

  • formatarray of strings

    Supported output formats of the analysis.

  • messagestring

    Notification message

  • installedAppIdstring

  • createdBystring

  • subjectstring

Loading Examples...

Update the schedule of reproting app.

Path Parameters

  • tenantIdstringrequired

    Describes partnerId or clientId of the tenant

  • idstringrequired

    Describes schedule uuid of runs on the reporting app

Request Body

application/json

  • idstring

    Schedule uuid

  • namestring

    Schedule name

  • scheduleobjectrequired

  • recipientsarray of strings

  • formatarray of strings

    Supported output formats of the analysis.

  • messagestring

    Notification message

  • installedAppIdstring

  • createdBystring

  • subjectstring

Loading Examples...

Responses

  • idstring

    analysisId of the analysis.

Loading Examples...