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 method 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 list of thing-definition identifiers whose associated thing data must be exported.
The list of metric identifiers whose associated data must be exported.
The start timestamp UTC related to the exported period of data.
The end timestamp UTC related to the exported period of data.
The data-export genrated 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.