GuidesAPI Reference
API Reference

Gets large data object

Downloads a part of large data.

The data to be downloaded is identified with dataId. offset query paremeter specifies the first byte of the data, and count indicates how many bytes of the data is to be downloaded starting from and including the offset. The default value for offset is zero and the for count it is the total size of the data.

The size of one downloaded data part must be between 1 byte and 10 MB.

Path Params
string
required

Large data object identifier

Query Params
integer
≥ 0

Byte offset to the data to be downloaded (inclusive, starts at zero)

integer
1 to 10485760

Number of bytes of the data to download

Headers
uuid

ID used for correlating requests within HERE Tracking. Used for logging and error reporting.

Must be a valid UUIDv4.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/octet-stream
application/json