Retrieves the details of a specific data-export.
Schedule a data-export by calling the [POST] /data/dataExports method, and then wait for the COMPLETE state by invoking this endpoint issuing the data-export identifier.
When completed use the url property value to download the generated archive, which contains a CSV for each exported thing.
Required permissions: EXPORT_DATA.
The name of the target tenant (e.g. acme).
The identifier of the data-export to retrieve.
Successful operation.
The bean providing data-export details.
The data-export unique identifier.
The data-export friendly name.
The timestamp UTC the data-export has been scheduled.
The file name mask (without .CSV extension) used for the generated CSV files.
The flag indicating whether the file name (without extension) must be anonimized through an MD5 hashing.
The data-export status.
The identifier of the customer whose data is to be exported.
The identifier of the location whose data is to be exported.
The identifier of the thing whose data is to be exported.
The array of metric identifier to export along their thing-definition or model and part ids.
The metric identifier.
The product model identifier.
The product model part identifier.
The thing-definition identifier in alternative to the product model and part.
The start timestamp UTC related to the exported period of data.
The end timestamp UTC related to the exported period of data.
The flag that indicates whether to include the unit of measurement in CSV header names (Weight [kg]).
The format that the timestamp must have in the result CSV file.
The data-export generated archive URL (available only retrieving the data-export details).
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exeeded.
The error response.
Internal server error.
The error response.