Retrieving one or all existing SOA Records 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.

See RFC 1035 for more information about SOA records.

REST Syntax

Click to view all REST Resources
/REST/SOARecord/ GET — Retrieve one or all existing SOA Records on the zone/node indicated.

HTTP Action — GET

URIs:

Get one SOA record — https://api.dynect.net/REST/SOARecord/<zone>/<fqdn>/<record_id>/

Get all SOA records — https://api.dynect.net/REST/SOARecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

Get one SOA record — Click for More Info

Get all SOA records — array — Individual SOA Record resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GETOneSOARecord — Retrieve one existing SOA Record on the zone/node indicated.

GETSOARecords — Retrieve all existing SOA Records on the zone/node indicated.

Arguments:

GetOneSOARecord — Click for More Info

GetSOARecords — Click for More Info

Response:

GetOneSOARecord — Click for More Info

GetSOARecords — Click for More Info

Example Request (GetOneSOARecord) — Click for More Info

Example Request (GetSOARecords) — Click for More Info