jobs_put_archive {civis} | R Documentation |
Update the archive status of this object
Description
Update the archive status of this object
Usage
jobs_put_archive(id, status)
Arguments
id |
integer required. The ID of the object. |
status |
boolean required. The desired archived status of the object. |
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:
|