Download Zipped CSV File

In order to download the data files, the file needs to be requested to the API which returns a secure URL from which the file can be downloaded.

POST /exceptionTracking/getDownloadUrl

The request and response are both JSON objects. The following is a summary of the properties inside the request and response objects.

Request Properties

Property

Description

Request JSON Object

user (string)—The username of your Usage Intelligence user account.
sessionId (string)—The sessionId obtained via POST /auth/login.
productId (integer)—The product ID on which this request is being done.
fileName (string)—The filename of the file being requested to download

Response JSON Object

status (string)—Contains OK if successful or SYNTAX ERROR or AUTH ERROR.
reason (string)—Present only if status is not OK. Contains error message (reason).
downloadUrl (string)—The one-time URL used to download the zip file