/resources

Collection of resources in a system, federation of systems, or in a default bin.

get

Get all resources in the system or default bin.

post

Create a new resource in the default bin.

Entity representing a resource form metadata.

get

Get form metadata for creating a new resource.

Entity representing a resource

get

Get a resource given its id.

put

Update a given resource.

delete

Delete a given resource.

Entity representing a resource form metadata for update

get

Get form metadata for updating an existing resource.

/resourceRelationships

Collection of resourceRelationships in a system, federation of systems, or in a default bin.

get

Get all resourceRelationships in the system or default bin.

post

Create a new resourceRelationship in the default bin.

Entity representing a resourceRelationship form metadata.

get

Get form metadata for creating a new resourceRelationship.

Entity representing a resourceRelationship

get

Get a resourceRelationship given its id.

put

Update a given resourceRelationship.

delete

Delete a given resourceRelationship.

Entity representing a resourceRelationship form metadata for update

get

Get form metadata for updating an existing resourceRelationship.

/bin

Collection of bin in a system or federation of systems.

get

Get all bin.

post

Create a new bin.

Entity representing a bin form metadata.

get

Get form metadata for creating a new bin.

The root bins in the bin hierarchy. A node with no parents is an orphan. While all bin Ids are known to the hierarchy, an orphan does not appear in the hierarchy unless explicitly added as a root node or child of another node.

get

Get all root rootBin

Entity representing a bin

get

Get a bin given its id.

put

Update a given bin.

delete

Delete a given bin.

Entity representing a bin form metadata for update

get

Get form metadata for updating an existing bin.

get

Get children bins for the given bin in the hierarchy.

put

Add bin as child of the given bin in the hierarchy.

delete

Remove the given bin as a child of the given bin in the hierarchy.

get

Get all resources in this bin

put

Add the given resource to this bin

delete

Remove the given resource from the bin.

get

Get all resourceRelationships in this bin

put

Add the given resourceRelationship to this bin

delete

Remove the given resourceRelationship from the bin.