Description
Returns an array of CNAMEs with linked record name.
Parameters
Name | Description |
---|---|
count |
Location: query Type: integer (int32) indicates the maximum of child objects that this method will return. The value must be less than or equal to 10.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
options |
Location: query Type: string a string containing options. The supported options are hint and retrieveFields. Separate multiple options with a pipe character. For example:hint=^abc|retrieveFields=falseIf the hint option is not specified in the string, searching criteria will be based on the same as zone alias. The following wildcards are supported in the hint option.
|
start |
Location: query Type: integer (int32) indicates where in the list of objects to start returning objects. The list begins at an index of 0.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
Responses
Code | Description |
---|---|
200 |
Type: Array of APIEntity Returns an array of Alias APIEntity objects. |