Retrieving existing KX 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 2230 for more information about KX records.

REST Syntax

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

HTTP Action — GET

URIs:

Get one KX Record — https://api.dynect.net/REST/KXRecord/<zone>/<fqdn>/<record_id>/

Get KX Records — https://api.dynect.net/REST/KXRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

One KX Record — Click for More Info

Get KX Records: array — Individual records.

Dyn Logo

SOAP Syntax

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

GetKXRecords — Retrieve all existing KX Records on the zone/node indicated.

Arguments:

GetOneKXRecord — Click for More Info

GetKXRecords — Click for More Info

Response:

GetOneKXRecord — Click for More Info

GetKXRecords — Click for More Info

Example Request (GetOneKXRecord) — Click for More Info

Example Request (GetKXRecords) — Click for More Info