GET /{BASE}/content/{mimetype}/{uuid}Returns local resource content with the given uuid and an accepted return
type (mimetype)
- HTTP Example:
GET /{BASE}/content/{mimetype}/{uuid}
Range: … | - API Example:
ContentWebService.getContentLocal({'uuid': , 'mimetype': , 'Range': }); |
- Output:
- Response - a local resource's content (body is the resource content in
requested format)
- Header parameters:
- Range
- HTTP return codes:
- 200 - resource content found and returned
- 404 - resource cannot be found
- 406 - resource cannot be found in the given format
- 500 - Internal Error
- HTTP response headers:
- Content-Type - (for HTTP 406) available content type (if
resource has content)
|