imports_post {civis} | R Documentation |
Create a new import configuration
Description
Create a new import configuration
Usage
imports_post(
name,
sync_type,
is_outbound,
source = NULL,
destination = NULL,
schedule = NULL,
notifications = NULL,
parent_id = NULL,
next_run_at = NULL,
time_zone = NULL,
hidden = NULL
)
Arguments
name |
string required. The name of the import. |
sync_type |
string required. The type of sync to perform; one of Dbsync, AutoImport, GdocImport, GdocExport, and Salesforce. |
is_outbound |
boolean required. |
source |
list optional. A list containing the following elements:
|
destination |
list optional. A list containing the following elements:
|
schedule |
list optional. A list containing the following elements:
|
notifications |
list optional. A list containing the following elements:
|
parent_id |
integer optional. Parent id to trigger this import from |
next_run_at |
string optional. The time of the next scheduled run. |
time_zone |
string optional. The time zone of this import. |
boolean optional. The hidden status of the item. |
Value
A list containing the following elements:
name |
string, The name of the import. |
syncType |
string, The type of sync to perform; one of Dbsync, AutoImport, GdocImport, GdocExport, and Salesforce. |
source |
list, A list containing the following elements:
|
destination |
list, A list containing the following elements:
|
schedule |
list, A list containing the following elements:
|
notifications |
list, A list containing the following elements:
|
parentId |
integer, Parent id to trigger this import from |
id |
integer, The ID for the import. |
isOutbound |
boolean, |
jobType |
string, The job type of this import. |
syncs |
array, An array containing the following fields:
|
state |
string, |
createdAt |
string, |
updatedAt |
string, |
lastRun |
list, A list containing the following elements:
|
user |
list, A list containing the following elements:
|
runningAs |
list, A list containing the following elements:
|
nextRunAt |
string, The time of the next scheduled run. |
timeZone |
string, The time zone of this import. |
hidden |
boolean, The hidden status of the item. |
archived |
string, The archival status of the requested item(s). |
myPermissionLevel |
string, Your permission level on the object. One of "read", "write", or "manage". |