Retrieving one or more AAAA records from a zone/node using the API requires specific syntax depending on whether you are using REST or SOAP. Use this table to find the syntax for your command.

REST Syntax

Click to view all REST Resources

/REST/AAAARecord/ GET — Retrieves one or all AAAA Records from a specified zone/node.

HTTP Action — GET

URI(s):

Retrieve the identified record — https://api.dynect.net/REST/AAAARecord/<zone>/<fqdn>/<record_id>/

Retrieve all AAAA records  —  https://api.dynect.net/REST/AAAARecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

No Record_ID Specified:

  • array — Individual AAAA record resources.

Record_ID Specified — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOneAAAARecord — Retrieves the specific existing AAAA Record at the zone/node.

GetAAAARecords — Retrieves all existing AAAA Records at the zone/node.

Arguments:

GetOneAAAARecord — Click for More Info

GetAAAARecords — Click for More Info

Response:

GetOneAAAARecord — Click for More Info

GetAAAARecords — Click for More Info

Example Request (GetOneAAAARecord) — Click for More Info

Example Request (GetAAAARecords) — Click for More Info