Hello,
How can I retrieve DNS zone from admin? Using dns_zone_get and dns_zone_get_by_user function give me the same permission error:
Code:
permission_deniedYou do not have the permissions to access this function. SOAP Error: You do not have the permissions to access this function.
Also in dns_zone_get help file - remoting_client/API-docs/dns_zone_get.html
Code:
Input Variables:
$session_id, $primary_id
but in the example php file - dns_zone_get.php
Code:
$id = 1;
$dns_record = $client->dns_zone_get($session_id, $id);
print_r($dns_record);
I change $id to $primary_id but I'm not sure what admin value should I put there?
Any help is appreciated. Thank you.
Recent comments
2 days 6 hours ago
2 days 15 hours ago
2 days 18 hours ago
2 days 19 hours ago
2 days 20 hours ago
2 days 22 hours ago
3 days 4 min ago
3 days 1 hour ago
3 days 17 hours ago
3 days 18 hours ago