Returns an array of entities containing the entities linked to a specified entity. The array is empty if there are no linked entities.
Output / Response
Returns an array of entities. The array is empty if there are no linked entities.
API call:
APIEntity[] getLinkedEntities ( long entityId, String
type, int start, int count)
Parameter | Description |
---|---|
entityId | The object ID of the entity for which to return linked entities. |
type | The type of linked entities which need to be returned. This value
must be one of the types listed in Object Types. Attention:
|
start | Indicates where in the list of returned objects to start returning objects. The list begins at an index of 0. This value cannot be null or empty. |
count | The maximum number of objects to return. |