/entries

Collection of Entries in a system, federation of systems, or in a default Blog.

get

Get all Entries in the system or default Blog.

post

Create a new Entry in the default Blog.

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

post

Submit a query using a EntryQuery object.

Entity representing a Entry form metadata.

get

Get form metadata for creating a new Entry.

Entity representing a Entry

get

Get a particular Entry given its id.

put

Update a particular Entry given its id.

delete

Delete a particular Entry given its id.

Entity representing a Entry form metadata for update

get

Get form metadata for updating an existing Entry.

/blogs

Collection of Blogs in a system or federation of systems.

get

Get all Blogs.

post

Create a new Blog.

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

post

Submit a query using a BlogQuery object.

Entity representing a Blog form metadata.

get

Get form metadata for creating a new Blog.

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

Entity representing a Blog

get

Get a particular Blog given its id.

put

Update a particular Blog given its id.

delete

Delete a particular Blog given its id.

Entity representing a Blog form metadata for update

get

Get form metadata for updating an existing Blog.

get

Get child Blogs for the given Blog in the hierarchy.

put

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

delete

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

get

Get parent Blogs for the given Blog in the hierarchy.

get

Get all Entries in this Blog

put

Add the given Entry to this Blog

delete

Remove the given Entry from the Blog.