GetImportCustomObjectsStatus
Gets the status of an import custom objects from file operation for Marketo.
Input
Name | Type | Required | Description |
BatchId | String | True | The batch Id returned from an import custom objects from file operation. |
TableName | String | True | The name of the custom object table. Ex: CustomObject_test |
Result Set Columns
Name | Type | Description |
Status | String | The status of the import process. |
NumOfObjectsProcessed | String | The number of custom objects processed. |
NumOfRowsFailed | String | The number of rows that failed. |
NumOfRowsWithWarning | String | The number of rows that contain a warning. |
ImportTime | String | The elapsed time of the import process. |
Message | String | The message about the import operation. |