Retrieves the list of data-imports for a specific thing, identified by the required thingId parameter.
A data-import is a job scheduled in the DPS that loads historical metric values into the thing; its state reports whether it is still PENDING, COMPLETED or ended in ERROR.
The list is paginated and can be sorted through the sort, page and size parameters.
Required permissions: IMPORT_DATA.
The name of the tenant (e.g. acme).
The identifier of the thing whose data-imports must be retrieved.
The number of elements to retrieve for the current page.
The page number to retrieve (zero-based).
The sorting criteria based on object properties.
Successful operation.
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exceeded.
The error response.
Internal server error.
The error response.