Description
Get details about an import showing line by line results.
Params
Name | Type | Description |
---|---|---|
apiKey | string | API key previously generated. |
offset | integer | Optional parameter to specify offset. |
count | integer | Optional parameter to specify the number of records. If not specified, it's 100. The maximum allowed value is 10000. Numbers bigger than 10000 are automatically reduced to 10000. |
id | integer | Id of the import. |
status | string | Optional parameter to search by status. The accepted statuses are: Success, Duplicated and Failed. |
sortField | string | Optional parameter to specify a sort field. |
sortOrder | string | Optional parameter to specify a sort order. Accepted values are ASC and DESC (default). |
Returned data
Type: array
Description: Return array with import data.
Json sample code
Json sample code is not available.
Result of API call
API call result sample code is not available.