Retrieving one or all existing NAPTR 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 2915 for more information about NAPTR records.

REST Syntax

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

HTTP Action — GET

URIs:

Get One NAPTR Record — https://api.dynect.net/REST/NAPTRRecord/<zone>/<fqdn>/<record_id>/

Get All NAPTR Records — https://api.dynect.net/REST/NAPTRRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

Get one NAPTR record — Click for More Info

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

Dyn Logo

SOAP Syntax

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

GETNAPTRRecords — Retrieve all existing NAPTR Records on the zone/node indicated.

Arguments:

GetOneNAPTRRecord — Click for More Info

GetNAPTRRecords — Click for More Info

Response:

GetOneNAPTRRecord — Click for More Info

GetNAPTRRecords — Click for More Info

Example Request (GetOneNAPTRRecord) — Click for More Info

Example Request (GetNAPTRRecords) — Click for More Info