Skip to main content

itemLinksByItemId

Endpoint for retrieving Item Links by either parent itemId or linked itemId.

Returns: A list of item links which have the specified parent itemId.

itemLinksByItemId(
itemId: String
businessUnitGroupId: String
businessUnitId: String
itemLinkTypes: [ItemLinkType!]
): [ItemLink]

Arguments

itemLinksByItemId.itemId ● String scalar

The id of the item.

itemLinksByItemId.businessUnitGroupId ● String scalar

The id of the business unit group these item links belong to.

itemLinksByItemId.businessUnitId ● String scalar

The id of the business unit these item links belong to.

itemLinksByItemId.itemLinkTypes ● [ItemLinkType!] list enum

An array of itemLink types the results should be filtered by.

Type

A Item Link describes a relation between two or more items. A item link can be used for several different reasons as indicated by the Item Link Type.