ImportResultsSummary

A retrieve-only object that contains status and aggregate information about an individual import started from an ImportDefinition. Possible values include:

  • New - The Retrieve request has yet to be processed by the application.
  • Processing - The application is processing the Retrieve request.
  • Completed - The application has completely processed the Retrieve request.
  • Error - An error occurred while processing the Retrieve request.
  • IOWork - The application is currently writing information to disk.
  • Unknown - No status is currently available for the Retrieve request.
NameData TypeDescription
ClientClientID objectSpecifies the account ownership and context of an object.
CorrelationIDStringIdentifies correlation of objects across several requests.
CreatedDateDateTimeThe date and time when the object was created.
CustomerKeyStringUser-supplied unique identifier for an object within an object type. This property corresponds to the external key assigned to an object.
DestinationIDStringSpecifies the identifier of either the list or the data extension associated with a completed import (lists return a number value for an ID, while data extensions return an GUID).
EndDateStringSpecifies the end data of an activity.
IDIntRead-only identifier for an object. Some objects use the ObjectID property as a unique ID.
ImportDefinitionCustomerKeyStringSpecifies customer key associated with import definition used in an import.
ImportStatusStringSpecifies import status associated with an import.
ImportTypeStringSpecfies type of import performed.
ModifiedDateStringThe date and time when the object was last modified.
NumberDuplicatedIntSpecifies number of duplicated records resulting from an import.
NumberErrorsIntIndicates number of errors resulting from an import.
NumberSuccessfulIntSpecifies number of successful record imports resulting from an import action.
ObjectIDStringSystem-controlled, read-only text string identifier for object.
ObjectStateStringNot used.
OwnerOwner objectDescribes account ownership of subscriber in an on-your-behalf account.
PartnerKeyStringUnique identifier provided by partner for an object. This property is accessible only via API.
PartnerPropertiesArray of APIProperty objectsA collection of metadata supplied by the client and stored by the system. These properties are accessible only via API.
StartDateStringIndicates the start date for the time period for which to retrieve import results.
TaskResultIDIntIndicates the task result ID associated with a summary of import results.
TotalRowsIntIndicates the total number of rows included in the summary of an import.
NameDescription
RetrieveRetrieves an individual object or a batch of objects.