/commenting/comments

Collection of Comments in a system, federation of systems, or in a default Book.

get

Get all Comments in the system or default Book.

post

Create a new Comment in the default Book.

Query the collection of Comments in a system, federation of systems, or in a default book by posting a Query object.

post

Submit a query using a CommentQuery object.

post

Create multiple new CommentBatch in the default Book.

Entity representing a Comment form metadata.

get

Get form metadata for creating a new Comment.

Entity representing a Comment

get

Get a particular Comment given its id.

put

Update a particular Comment given its id.

delete

Delete a particular Comment given its id.

Entity representing a Comment form metadata for update

get

Get form metadata for updating an existing Comment.

/commenting/books

Collection of Books in a system or federation of systems.

get

Get all Books.

post

Create a new Book.

Query the collection of Books in a system, federation of systems, or in a default book by posting a Query object.

post

Submit a query using a BookQuery object.

Entity representing a Book form metadata.

get

Get form metadata for creating a new Book.

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

put

Add the given Book as a root in the Book hierarchy

delete

Remove the given Book as a root in the Book hierarchy.

get

Get parent Books for the given Book in the hierarchy.

get

Get child Books for the given Book in the hierarchy.

put

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

delete

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

Entity representing a Book

get

Get a particular Book given its id.

put

Update a particular Book given its id.

delete

Delete a particular Book given its id.

Entity representing a Book form metadata for update

get

Get form metadata for updating an existing Book.

get

Get all Comments in this Book

put

Add the given Comment to this Book

delete

Remove the given Comment from the Book.

Define and inspect the CommentQuery related to a "smart" Book. A smart Book is a dynamic Book whose cataloged objects are defined through queries.

post

Apply the provided CommentQuery to this Book to create a dynamic smart Book

get

Get the CommentQuery associated with this smart Book.