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.
CorrelationIDxsd:stringIdentifies correlation of objects across several requests.
CreatedDatexsd:dateTimeRead-only date and time of the object's creation.
CustomerKeyxsd:stringUser-supplied unique identifier for an object within an object type. This property corresponds to the external key assigned to an object.
DestinationIDxsd:stringSpecifies 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).
EndDatexsd:stringSpecifies the end data of an activity.
IDxsd:intRead-only identifier for an object. Some objects use the ObjectID property as a unique ID.
ImportDefinitionCustomerKeyxsd:stringSpecifies customer key associated with import definition used in an import.
ImportStatusxsd:stringSpecifies import status associated with an import.
ImportTypexsd:stringSpecfies type of import performed
ModifiedDatexsd:stringIndicates the last time object information was modified.
NumberDuplicatedxsd:intSpecifies number of duplicated records resulting from an import.
NumberErrorsxsd:intIndicates number of errors resulting from an import.
NumberSuccessfulxsd:intSpecifies number of successful record imports resulting from an import action.
ObjectIDxsd:stringSystem-controlled, read-only text string identifier for object.
ObjectStatexsd:stringReserved for future use.
OwnerOwnerDescribes account ownership of subscriber in an on-your-behalf account.
PartnerKeyxsd:stringUnique 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.
StartDatexsd:stringIndicates the start date for the time period for which to retrieve import results.
TaskResultIDxsd:intIndicates the task result ID associated with a summary of import results.
TotalRowsxsd:intIndicates the total number of rows included in the summary of an import.
NameDescription
RetrieveRetrieves an individual object or a batch of objects.