GET api/v4/crashfile?userID={userID}&token={token}&fileKey={fileKey}
Pull back a crash file using a S3 file key
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| userID | 
                         The ID returned from a successful login  | 
                    unsigned integer | 
                                 Required  | 
                
| token | 
                         The authentication token returned from a successful login  | 
                    string | 
                                 Required  | 
                
| fileKey | 
                         The AWS file key you wish to download  | 
                    string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
The file as a byte array
Collection of byteResponse Formats
application/json, text/json
            Sample:
        "QEA="
application/xml, text/xml
            Sample:
<base64Binary>QEA=</base64Binary>