jobs_list_parents {civis} | R Documentation |
Show chain of parents as a list that this job triggers from
Description
Show chain of parents as a list that this job triggers from
Usage
jobs_list_parents(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, Whether the job is idle, queued, running, cancelled, or failed. |
createdAt |
string, |
updatedAt |
string, |
runs |
array, An array containing the following fields:
|
lastRun |
list, A list containing the following elements:
|
hidden |
boolean, The hidden status of the item. |
archived |
string, The archival status of the requested item(s). |
author |
list, A list containing the following elements:
|
myPermissionLevel |
string, Your permission level on the object. One of "read", "write", or "manage". |
successEmailSubject |
string, |
successEmailBody |
string, |
runningAsUser |
string, |
runByUser |
string, |
schedule |
list, A list containing the following elements:
|