/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.

Entity representing a post form metadata.

get

Get form metadata for creating a new post.

Entity representing a post

get

Get a post given its id.

put

Update a given post.

delete

Delete a given post.

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.

Entity representing a reply form metadata.

get

Get form metadata for creating a new reply.

Entity representing a reply

get

Get a reply given its id.

put

Update a given reply.

delete

Delete a given reply.

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.

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 forum given its id.

put

Update a given forum.

delete

Delete a given forum.

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.