Input and Output for ImportStatus

The Input tab and the Output tab have the following fields for retrieving import status.

Table 1. Input for Retrieving ImportStatus
Input Item Data Type Description
ParamsGetImportToListStatus
programName string The name of the program containing the static list.
listName string The name of the static list to retrieve import status for.
Table 2. Output for Retrieving ImportStatus
Output Item Data Type Description
SuccessGetImportToList/result
status string The status of the import operation.
startedTime dateTime The start time of the import operation. The returned value can be null.
endedTime dateTime The ended time of the import operation. The returned value can be null.
estimatedTime integer The elapsed time of the import operation. The returned value can be null.
estimatedRows integer The number of rows supposed to be imported during the operation. The returned value can be null.
rowsImported integer The number of rows imported during the operation. The returned value can be null.
rowsFailed integer The number of rows that failed to be imported during the operation. The returned value can be null.
rowsIgnored integer The number of rows ignored during the operation. The returned value can be null.
import

Summary

string The summary of the import operation. The returned value can be null.