/posts

Collection of posts in a system, federation of systems, or in a default business.

get

Get all posts in the system or default business.

post

Create a new post in the default business.

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.

/post-entries

Collection of post-entries in a system, federation of systems, or in a default business.

get

Get all post-entries in the system or default business.

post

Create a new post-entry in the default business.

Entity representing a postEntry form metadata.

get

Get form metadata for creating a new postEntry.

Entity representing a post-entry

get

Get a post-entry given its id.

put

Update a given post-entry.

delete

Delete a given post-entry.

Entity representing a postEntry form metadata for update

get

Get form metadata for updating an existing postEntry.

/businesses

Collection of businesses in a system or federation of systems.

get

Get all businesses.

post

Create a new business.

Entity representing a business form metadata.

get

Get form metadata for creating a new business.

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

Entity representing a business

get

Get a business given its id.

put

Update a given business.

delete

Delete a given business.

Entity representing a business form metadata for update

get

Get form metadata for updating an existing business.

get

Get child businesses for the given business in the hierarchy.

put

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

delete

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

get

Get parent businesses for the given business in the hierarchy.

get

Get all posts in this business

put

Add the given post to this business

delete

Remove the given post from the business.

get

Get all post-entries in this business

put

Add the given post-entry to this business

delete

Remove the given post-entry from the business.