Skip to main content
Version: Next

ReportScheduleRestApi.get_list

activebooleannullable
changed_by object
first_namestringrequired

Possible values: <= 64 characters

last_namestringrequired

Possible values: <= 64 characters

changed_onstring<date-time>nullable
changed_on_delta_humanized
chart_idnullable
Default value: null
created_by object
first_namestringrequired

Possible values: <= 64 characters

last_namestringrequired

Possible values: <= 64 characters

created_onstring<date-time>nullable
creation_methodstringnullable

Possible values: <= 255 characters

crontabstringrequired

Possible values: <= 1000 characters

crontab_humanized
dashboard_idnullable
Default value: null
descriptionstringnullable
editors object[]
  • Array [
  • idinteger
    labelstringrequired

    Possible values: <= 255 characters

    typeintegerrequired
  • ]
  • extra
    idinteger
    last_eval_dttmstring<date-time>nullable
    last_statestringnullable

    Possible values: <= 50 characters

    namestringrequired

    Possible values: <= 150 characters

    recipients object[]required
  • Array [
  • idinteger
    typestringrequired

    Possible values: <= 50 characters

  • ]
  • retry_max_attemptsinteger
    retry_notify_ownersboolean
    retry_notify_recipientsboolean
    retry_on_failureboolean
    send_failed_reportsboolean
    timezonestring

    Possible values: <= 100 characters

    typestringrequired

    Possible values: <= 50 characters

    ReportScheduleRestApi.get_list
    {
    "active": true,
    "changed_by": {
    "first_name": "string",
    "last_name": "string"
    },
    "changed_on": "2024-07-29T15:51:28.071Z",
    "created_by": {
    "first_name": "string",
    "last_name": "string"
    },
    "created_on": "2024-07-29T15:51:28.071Z",
    "creation_method": "string",
    "crontab": "string",
    "description": "string",
    "editors": [
    {
    "id": 0,
    "label": "string",
    "type": 0
    }
    ],
    "id": 0,
    "last_eval_dttm": "2024-07-29T15:51:28.071Z",
    "last_state": "string",
    "name": "string",
    "recipients": [
    {
    "id": 0,
    "type": "string"
    }
    ],
    "retry_max_attempts": 0,
    "retry_notify_owners": true,
    "retry_notify_recipients": true,
    "retry_on_failure": true,
    "send_failed_reports": true,
    "timezone": "string",
    "type": "string"
    }