/blocks

Collection of blocks in a system, federation of systems, or in a default oubliette.

get

Get all blocks in the system or default oubliette.

post

Create a new block in the default oubliette.

Entity representing a block form metadata.

get

Get form metadata for creating a new block.

Entity representing a block

get

Get a block given its id.

put

Update a given block.

delete

Delete a given block.

Entity representing a block form metadata for update

get

Get form metadata for updating an existing block.

/issues

Collection of issues in a system, federation of systems, or in a default oubliette.

get

Get all issues in the system or default oubliette.

post

Create a new issue in the default oubliette.

Entity representing a issue form metadata.

get

Get form metadata for creating a new issue.

Entity representing a issue

get

Get a issue given its id.

put

Update a given issue.

delete

Delete a given issue.

Entity representing a issue form metadata for update

get

Get form metadata for updating an existing issue.

/holds

Collection of holds in a system, federation of systems, or in a default oubliette.

get

Get all holds in the system or default oubliette.

post

Create a new hold in the default oubliette.

Entity representing a hold form metadata.

get

Get form metadata for creating a new hold.

Entity representing a hold

get

Get a hold given its id.

put

Update a given hold.

delete

Delete a given hold.

Entity representing a hold form metadata for update

get

Get form metadata for updating an existing hold.

/oubliette

Collection of oubliette in a system or federation of systems.

get

Get all oubliette.

post

Create a new oubliette.

Entity representing a oubliette form metadata.

get

Get form metadata for creating a new oubliette.

The root oubliettes in the oubliette hierarchy. A node with no parents is an orphan. While all oubliette 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 rootOubliette

Entity representing a oubliette

get

Get a oubliette given its id.

put

Update a given oubliette.

delete

Delete a given oubliette.

Entity representing a oubliette form metadata for update

get

Get form metadata for updating an existing oubliette.

get

Get children oubliettes for the given oubliette in the hierarchy.

put

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

delete

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

get

Get all blocks in this oubliette

put

Add the given block to this oubliette

delete

Remove the given block from the oubliette.

get

Get all issues in this oubliette

put

Add the given issue to this oubliette

delete

Remove the given issue from the oubliette.

get

Get all holds in this oubliette

put

Add the given hold to this oubliette

delete

Remove the given hold from the oubliette.