GET /crash-dump/
Retrieves the crash dump from the player
Request Example
GET /rest/v1/crash-dump/?destinationType=player&destinationName={{deviceSerial}} HTTP/1.1 Host: ws.bsn.cloud Authorization: Bearer {{UserAccessToken}} Accept: application/json, application/vnd.bsn.error+json
Response Body
result
Result: A Result object containing crash-dump files:isRecent
bool: A flag indicating if this is the most recent set of crash-dump filescrashDumpFiles
CrashDumpFiles[ ]: An array of CrashDumpFiles instances that contain the following entries:fileName
string: The name of the file. You can use this field to download the file later usingGET /v1/files/sd/{{filename}}?contents
.mimeType
string: The MIME type of the crash-dump filefileContents
string: The crash-dump file contents