Skip to main content
GET
JavaScript
Returns the file’s raw bytes in the response body. The Content-Type is always application/octet-stream regardless of the file’s actual type, and no filename header is set — derive the name from the path you requested. The whole file arrives in a single response; range requests are not supported.

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Headers

X-Device-Display-ID
integer<int64>
default:0
Required range: x >= 0

Path Parameters

deviceId
string
required

Query Parameters

path
string
required

Response

OK

The response is of type string.