scheduled-runs

Create and search schedules of reporting apps

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

Create schedule of an reporting app.

Path Parameters

  • tenantIdstringrequired

    Describes partnerId or clientId of the tenant

Request Body

application/json

  • namestringrequired

    Schedule name

  • analysisIdstringrequired

    Associated analysis uuid

  • scheduleobjectrequired

  • recipientsarray of strings

  • formatarray of strings

    Supported output formats of the Reporting analysis.

  • messagestring

    Notification message

  • subjectstring

Loading Examples...

Responses

Loading Examples...