As an Organization user I want to get all Metadata entries directly attached to a Container node where containerID=\{ID\}.
GET/vfs/api/v2/containers/:containerId/metadata
As an Organization user I want to get all Metadata entries directly attached to a Container node where containerID={ID}.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Returns all the metadata linked to a container.
The request is bad formatted.
You don't have permission to perform this action.
Forbidden
There no item with this id.
Unhandled exception.