Retrieving a list of Record resources or the details of a specific Record 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.

NOTE: Total number of records in a single Response Pool may not be more than 255.

REST Syntax

Click to view all REST Resources

/REST/DSFRecord/ GET — Retrieves a list of Record resources or the details of a specified Record.

HTTP Action — GET

URIs:

Get one Record — https://api.dynect.net/REST/DSFRecord/<service_id>/<dsf_record_id>/
Get list of Record resources — https://api.dynect.net/REST/DSFRecord/<service_id>/

Arguments:

Get details of one Record: No Arguments.

Get list of Records — Click for More Info

Response:

Get details of one Record — Click for More Info

Get list of Records: array — Individual Record resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOneDSFRecord — Retrieves information about an existing Record.

GetDSFRecords — Retrieves all Record entries from a Traffic Director (DSF) service, a Record Set Failover Chain, or a Record Set.

Arguments:

GetOneDSFRecord — Click for More Info

GetDSFRecords — Click for More Info

Response:

GetOneDSFRecord — Click for More Info

GetDSFRecords — Click for More Info

Example Request (GetOneDSFRecord) — Click for More Info

Example Request (GetDSFRecords) — Click for More Info