ImportManager

The type code is IM.

lastUpdateByName
string
createdByName
string
targetObject
string <= 255 characters
typedId
string
approvalDate
string or null <date-time>
approvalRequiredEmailAttachments
Array of any
workflowStatus
string <= 255 characters
Possible values: "DRAFT" "SUBMITTED" "DENIED" "APPROVED" "NO_APPROVAL_REQUIRED" "WITHDRAWN" "INVALIDATED"
lastUpdateDate
string <date-time>
approvalState
string <= 255 characters
Possible values: "NOT_APPROVED" "PARTIALLY_APPROVED" "APPROVED" "AUTO_APPROVED" "DENIED"
targetSpecifics
string or null <= 255 characters
label
string <= 255 characters
version
integer
ownerUN
string <= 255 characters
deniedByName
string or null
object or null
includeNewRows
boolean or null
includeDeletedRows
boolean or null
includeUpdatedRows
boolean or null
property name*
additional property
object
uniqueName
string <= 255 characters
createdBy
integer
submittedByName
string or null <= 255 characters
approvedByName
string or null
workflowFormulaName
string or null <= 255 characters
status
string <= 255 characters
Possible values: "DRAFT" "IN_PROGRESS" "CHANGE_DETECTION" "FINISHED" "ERROR"
createDate
string <date-time>
lastUpdateBy
integer
{
  • "lastUpdateByName": "string",
  • "createdByName": "string",
  • "targetObject": "string",
  • "typedId": "string",
  • "approvalDate": "2019-08-24T14:15:22Z",
  • "approvalRequiredEmailAttachments": [
    • null
    ],
  • "workflowStatus": "DRAFT",
  • "lastUpdateDate": "2019-08-24T14:15:22Z",
  • "approvalState": "NOT_APPROVED",
  • "targetSpecifics": "string",
  • "label": "string",
  • "version": 0,
  • "ownerUN": "string",
  • "deniedByName": "string",
  • "importOptions": {
    • "includeNewRows": true,
    • "includeDeletedRows": true,
    • "includeUpdatedRows": true,
    • "property1": { },
    • "property2": { }
    },
  • "uniqueName": "string",
  • "createdBy": 0,
  • "submittedByName": "string",
  • "approvedByName": "string",
  • "workflowFormulaName": "string",
  • "status": "DRAFT",
  • "createDate": "2019-08-24T14:15:22Z",
  • "lastUpdateBy": 0
}