/relationships

Collection of Relationships in a system, federation of systems, or in a default Family.

get

Get all Relationships in the system or default Family.

post

Create a new Relationship in the default Family.

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

post

Submit a query using a RelationshipQuery object.

Entity representing a Relationship form metadata.

get

Get form metadata for creating a new Relationship.

Entity representing a Relationship

get

Get a particular Relationship given its id.

put

Update a particular Relationship given its id.

delete

Delete a particular Relationship given its id.

Entity representing a Relationship form metadata for update

get

Get form metadata for updating an existing Relationship.

/families

Collection of Families in a system or federation of systems.

get

Get all Families.

post

Create a new Family.

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

post

Submit a query using a FamilyQuery object.

Entity representing a Family form metadata.

get

Get form metadata for creating a new Family.

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

Entity representing a Family

get

Get a particular Family given its id.

put

Update a particular Family given its id.

delete

Delete a particular Family given its id.

Entity representing a Family form metadata for update

get

Get form metadata for updating an existing Family.

get

Get child Families for the given Family in the hierarchy.

put

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

delete

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

get

Get parent Families for the given Family in the hierarchy.

get

Get all Relationships in this Family

put

Add the given Relationship to this Family

delete

Remove the given Relationship from the Family.