Skip to main content
The Links API manages the links that represent the relationships between Fusion objects. You can see these links in the Object Explorer by pressing CMD-K or CTRL-K from any screen in the Fusion UI. You can also export and import links using the Objects API. Links are structured as a tuple of (subject, object, linkType). An example would be (foo, bar, dependsOn), which would read as “foo dependsOn bar”. The possible values of linkType are as follows: With the exception of the relatesTo link type, links are reversible:
  • inContextOf is the reverse of hasContext (and vice versa).
  • dependsOn is the reverse of supports (and vice versa).
  • isPartOf is the reverse of hasPart (and vice versa).
For example, here is the group of links for the signals-default collection:
When we request the links for one of the hasPart objects shown above, we get the reverse representation:

Examples

Get links to the default collection:
Output:
Create a new link:
Output:
Delete a link: