ImportResultsSummary

The ImportResultsSummary object is a retrieve-only object that contains status and aggregate information on 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
ClientClientIDSpecifies the account ownership and context of an object.
CorrelationIDxsdIdentifies correlation of objects across several requests.
CreatedDatexsdRead-only date and time of the object's creation.
CustomerKeyxsdUser-supplied unique identifier for an object within an object type. This property corresponds to the external key assigned to an object.
DestinationIDxsdSpecifies 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).
EndDatexsdSpecifies the end data of an activity.
IDxsdRead-only identifier for an object. Some objects use the ObjectID property as a unique ID.
ImportDefinitionCustomerKeyxsdSpecifies customer key associated with import definition used in an import.
ImportStatusxsdSpecifies import status associated with an import.
ImportTypexsdSpecfies type of import performed
ModifiedDatexsdIndicates the last time object information was modified.
NumberDuplicatedxsdSpecifies number of duplicated records resulting from an import.
NumberErrorsxsdIndicates number of errors resulting from an import.
NumberSuccessfulxsdSpecifies number of successful record imports resulting from an import action.
ObjectIDxsdSystem-controlled, read-only text string identifier for object.
ObjectStatexsdReserved for future use.
OwnerOwnerDescribes account ownership of subscriber in an on-your-behalf account.
PartnerKeyxsdUnique identifier provided by partner for an object. This property is accessible only via API.
PartnerPropertiesAPIProperty[]A collection of metadata supplied by the client and stored by the system. These properties are accessible only via API.
StartDatexsdIndicates the start date for the time period for which to retrieve import results.
TaskResultIDxsdIndicates the task result ID associated with a summary of import results.
TotalRowsxsdIndicates the total number of rows included in the summary of an import.
NameDescription
RetrieveRetrieves an individual object or a batch of objects.