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
1 day 9 hours ago
1 day 18 hours ago
1 day 21 hours ago
1 day 22 hours ago
1 day 23 hours ago
2 days 1 hour ago
2 days 2 hours ago
2 days 3 hours ago
2 days 19 hours ago
2 days 20 hours ago