jobs_list_children {civis} | R Documentation |
Show nested tree of children that this job triggers
Description
Show nested tree of children that this job triggers
Usage
jobs_list_children(id)
Arguments
id |
integer required. The ID for this job. |
Value
A list containing the following elements:
id |
integer, |
name |
string, |
type |
string, |
fromTemplateId |
integer, |
state |
string, |
createdAt |
string, |
updatedAt |
string, |
runs |
array, An array containing the following fields:
|
lastRun |
list, A list containing the following elements:
|
children |
array, |