ScheduledTaskV1
ScheduledTask model before introducing multiple reports per task
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Provides the scheduled task identifier. |
string |
Required |
| UserId |
Specifies the ID of the user who has created the scheduled task. |
string |
None. |
| Name |
Specifies the scheduled task name. |
string |
Required |
| Enabled |
Specifies whether the scheduled task is either enabled or disabled. |
boolean |
None. |
| ReportId |
Obsolete since R3 2018. Use Reports property instead. |
string |
Required |
| DocumentFormat |
Obsolete since R3 2018. Use Reports property instead. |
string |
Required |
| Parameters |
Obsolete since R3 2018. Use Reports property instead. |
Dictionary of string [key] and Object [value] |
None. |
| StartDate |
Specifies the start date of the scheduled task. |
date |
None. |
| RecurrenceRule |
Specifies recurrence rule for the scheduled task. |
RecurrenceRule |
None. |
| MailSubject |
Specifies the mail template subject. |
string |
None. |
| MailBody |
Specifies the mail template body. |
string |
None. |
| ExternalEmails |
Specifies the emails of the external users to whom the report document should be sent. |
Collection of string |
None. |
| SubscriberIds |
Provides a list of IDs of the users subscribed to the data alert. |
Collection of string |
None. |