Returns objects from the database referenced by their name field.
Output / Response
Returns the requested object from the database.
API call:
APIEntity getEntityByName( long parentId,
String name, String type )
Parameter | Description |
---|---|
parentId | The ID of the target object’s parent object. |
name | The name of the target object. |
type | The type of object returned by the method. This string must be one of the constants listed in Object Types. |