GET api/v4/crashfile/{userID}/{token}/{fileKey}

Pull back a crash file using a S3 file key

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 byte

Response Formats

application/json, text/json

Sample:
"QEA="

application/xml, text/xml

Sample:
<base64Binary>QEA=</base64Binary>