Get Content Representation
GET/qlibs/:qlibid/q/:qhit/rep/:path
Retrieve a representation of the content object by calling its associated bitcode. The path parameter is passed to the bitcode and allows it to return different presentations depending on its value.
Request
Responses
- 200
- 201
- 206
- 401
- 404
- 416
- default
The result of a bitcode call.
Response Headers
the returned content type
the content disposition if available
The result of a bitcode call.
Response Headers
the returned content type
the content disposition if available
partial result if request was made with Range header
Response Headers
the returned content type
the content disposition if available
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"
Error message returned if the requested entity does not exist.
Error message returned if the requested byte range is not satisfiable.
A generic error message.