Description
Returns an array of entity IDs linked using the given link type to the given source or destination entity ID.
Parameters
Name | Description |
---|---|
getLinkedEntitiesJson |
Location: query Type: string A JSON string specifying the link type that identifies
a link definition and either the database ID of the
source entity or the database ID of the destination
entity. For an example of the JSON string, refer to
Get linked entities for user-defined link.
|
Responses
Code | Description |
---|---|
200 |
Type: Array of integer Returns an array of entity IDs.
|