Description
Returns the parent entity of a given entity.
Parameters
Name | Description |
---|---|
entityId |
Location: query Type: integer (int64) The entity ID of the child object that you would like to find the
parent entity ID of.
|
Responses
Code | Description |
---|---|
200 |
Type: APIEntity Returns the APIEntity for the parent entity with its properties fields populated.
|