This method retrieves a list of all of the DNS records for the specified subdomain.
Syntax
record_obj[] = getZoneRecords(username, password, [customer_number,] domain, subdomain)
Return value
record_obj[],the method returns an array of record_obj where each struct is equivalent to a DNS entry.
Parameters
- username
string
Username for LoopiaAPI. - password
string
Password for LoopiaAPI. - customer_number
string
Customer ID for the account. Used only by resellers who work with the customer’s account. - domain
string
Domain name that the subdomain you want information about belongs to. - subdomain
string
Subdomain to return information about.