Skip to main content
Get all resolved links for an entity. Returns linked items with container code, item sequence, and item name.

Parameters

Returns

A list of LinkDto objects, each containing:
  • linkId — unique link identifier
  • linkType — relationship type (e.g. Blocks, Related)
  • containerCode — container code of the linked item
  • itemId — linked item ID
  • itemSequence — linked item sequence number
  • itemName — linked item name

Create a link between two items.

Parameters

Returns

The created LinkDto.
Delete a link by its ID.

Parameters

Returns

A confirmation message.