/posts

Collection of Posts in a system, federation of systems, or in a default Forum.

get

Get all Posts in the system or default Forum.

post

Create a new Post in the default Forum.

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

post

Submit a query using a PostQuery object.

Entity representing a Post form metadata.

get

Get form metadata for creating a new Post.

Entity representing a Post

get

Get a particular Post given its id.

put

Update a particular Post given its id.

delete

Delete a particular Post given its id.

Entity representing a Post form metadata for update

get

Get form metadata for updating an existing Post.

/replys

Collection of Replys in a system, federation of systems, or in a default Forum.

get

Get all Replys in the system or default Forum.

post

Create a new Reply in the default Forum.

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

post

Submit a query using a ReplyQuery object.

Entity representing a Reply form metadata.

get

Get form metadata for creating a new Reply.

Entity representing a Reply

get

Get a particular Reply given its id.

put

Update a particular Reply given its id.

delete

Delete a particular Reply given its id.

Entity representing a Reply form metadata for update

get

Get form metadata for updating an existing Reply.

/forums

Collection of Forums in a system or federation of systems.

get

Get all Forums.

post

Create a new Forum.

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

post

Submit a query using a ForumQuery object.

Entity representing a Forum form metadata.

get

Get form metadata for creating a new Forum.

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

Entity representing a Forum

get

Get a particular Forum given its id.

put

Update a particular Forum given its id.

delete

Delete a particular Forum given its id.

Entity representing a Forum form metadata for update

get

Get form metadata for updating an existing Forum.

get

Get child Forums for the given Forum in the hierarchy.

put

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

delete

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

get

Get parent Forums for the given Forum in the hierarchy.

get

Get all Posts in this Forum

put

Add the given Post to this Forum

delete

Remove the given Post from the Forum.

get

Get all Replys in this Forum

put

Add the given Reply to this Forum

delete

Remove the given Reply from the Forum.