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

Query the collection of Posts in a system, federation of systems, or in a default business 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.

/post-entries

Collection of PostEntries in a system, federation of systems, or in a default Business.

get

Get all PostEntries in the system or default Business.

post

Create a new PostEntry in the default Business.

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

post

Submit a query using a PostEntryQuery object.

Entity representing a PostEntry form metadata.

get

Get form metadata for creating a new PostEntry.

Entity representing a PostEntry

get

Get a particular PostEntry given its id.

put

Update a particular PostEntry given its id.

delete

Delete a particular PostEntry given its id.

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.

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

post

Submit a query using a BusinessQuery object.

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

put

Update a particular Business given its id.

delete

Delete a particular Business given its id.

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 PostEntries in this Business

put

Add the given PostEntry to this Business

delete

Remove the given PostEntry from the Business.