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

REST Syntax

Click to view all REST Resources
/REST/RPRecord/ GET — Retrieve one or all existing RP records on the zone/node indicated.

HTTP Action — GET

URIs:

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

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

Arguments:

No Arguments.

Response:

Get one RP record — Click for More Info

Get all RP records — array — Individual RP records.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GETOneRPRecord — Retrieve one existing RP record on the zone/node indicated.

GETRPRecords — Retrieve all existing RP records on the zone/node indicated.

Arguments:

GetOneRPRecord — Click for More Info

GetRPRecords — Click for More Info

Response:

GetOneRPRecord — Click for More Info

GetRPRecords — Click for More Info

Example Request (GetOneRPRecord) — Click for More Info

Example Request (GetRPRecords) — Click for More Info