Description
Returns objects from the database referenced by their name field.
Parameters
Name | Description |
---|---|
name |
Location: query Type: string The name of the target object. |
parentId |
Location: query Type: integer (int64) The ID of the target object’s parent object.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
type |
Location: query Type: string The type of object returned by the method. This string must be one of the constants listed in Object types. |
Responses
Code | Description |
---|---|
200 |
Type: APIEntity Returns an array of entities. The array is empty if there are no matching entities. |