GET /{BASE}/meta/{mimetype}/{uuid}Returns local resource data with the given uuid and an accepted return
type (mimetype)
- HTTP Example:
GET /{BASE}/meta/{mimetype}/{uuid} | - API Example:
MetaWebService.getMetaLocal({'uuid': , 'mimetype': }); |
- Output:
- Response - a local resource's metadata (body is the resource data in
requested format)
- HTTP return codes:
- 200 - resource data 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) a list of available metadata
types
|