Download Part
GET/qlibs/:qlibid/q/:qhit/data/:qphash
Download the given part as a byte stream. Optionally, only a given byte range can be downloaded. By default, any associated header/footer metadata stored with the part data is excluded from the download. If the full raw part data is needed for download (e.g. for proofs verification), the "raw" query parameter can be used.
Request
Responses
- 200
- 206
- 401
- 416
- default
The binary data of the part as a single byte stream.
The binary data of the part for the specified byte range as a single byte stream.
Response Headers
range of the selected bytes returned as described in RFC 7233 section 4.
Authentication information is missing or invalid
Response Headers
A standard "WWW Authenticate" header of the form Basic realm="Eluvio Content Fabric API"
The range in the request's Range header field does not overlap the current extent of the selected part
Response Headers
available bytes (*/total) as described in RFC 7233 section 4.
A generic error message.