Get Part Proofs
GET/qlibs/:qlibid/q/:qhit/data/:qphash/proofs
Retrieve the proofs associated with the given part. Optionally, the proofs corresponding to only a given byte range can be retrieved.
Request
Responses
- 200
- 206
- 401
- 416
- default
The proof data of the part.
The proof data of the part.
Response Headers
Content-Range
range of the proofs for the selected bytes returned as described in RFC 7233 section 4.
Authentication information is missing or invalid
Response Headers
WWW-Authenticate
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
Content-Range
available bytes (*/total) as described in RFC 7233 section 4.
A generic error message.