Skip to main content

ShowScheduledEntries

This Script is part of the Common Scripts Pack.#

Shows all scheduled entries for the specific incident.

Script Data#


NameDescription
Script Typejavascript
TagsUtility

Inputs#


Argument NameDescription
incidentIdThe incident ID to get the tasks from.

Outputs#


PathDescriptionType
ScheduledEntriesThe entire scheduled entry object.Unknown
ScheduledEntries.idThe entry ID.string
ScheduledEntries.contentsThe entry contents (the scheduled command).string
ScheduledEntries.typeThe entry type.number
ScheduledEntries.investigationIDThe entry's investigation ID.string
ScheduledEntries.schedule.startDateThe entry's scheduled start date.Unknown
ScheduledEntries.schedule.EndingTypeThe entry's scheduled ending type. Can be, "by" or "after".Unknown
ScheduledEntries.schedule.TimesThe entry's scheduled time until end. This applies when the ending type is "by".number
ScheduledEntries.schedule.EndingDateThe entry's scheduled end time. This applies when the ending type is "after".Unknown
ScheduledEntries.schedule.cronThe entry schedule CRON.string
ScheduledEntries.schedule.HumanCronThe entry schedule settings.Unknown