List DS records

				
					StructOperationResponse domainDSRecordList(string idSession, string domain)
				
			

List DS records of a domain if it does not use NETIM’s DNS servers.

REQUIRED


  • idSession string (32)
    Session ID.
  • domain string (255)
    Domain name.

An Array of dsData or keyData

$idSession = $clientSOAP->sessionOpen('XX000', 'abc123465!');

$domain = 'example.fr';

$structOperationResponse = $clientSOAP->domainDSRecordList($idSession, $domain);