Description
Returns an array of entities containing the entities linked to a specified entity. The array is empty if there are no linked entities.
Parameters
Name | Description |
---|---|
count |
Location: query Type: integer (int32) The maximum number of objects to return. |
entityId |
Location: query Type: integer (int64) The object ID of the entity for which to return linked entities. |
start |
Location: query Type: integer (int32) 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. |
type |
Location: query Type: string The type of linked entities which need to be returned. This value must be one of the types listed in Object types.Note:
|
Responses
Code | Description |
---|---|
200 |
Type: Array of APIEntity Returns a string containing up to two active KSK(s) of an entity. |