Retrieving one or more child SYNC 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 7477 for more information about the CSYNC record.

REST Syntax

Click to view all REST Resources
/REST/CSYNCRecord/ GET — Retrieve one or all existing CSYNC Record on the zone/node indicated.

HTTP Action — GET

URIs:
Get one CSYNC Record — https://api.dynect.net/REST/CSYNCRecord/<zone>/<fqdn>/<record_id>/

Get CSYNC Records — https://api.dynect.net/REST/CSYNCRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

Get one CSYNC Record — Click for More Info

Get CSYNC Records: array — Individual CSYNC records.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GetOneCSYNCRecord — Retrieve the specified CSYNC Record on the zone/node indicated.

GetCSYNCRecords — Retrieve all CSYNC Records on the zone/node indicated.

Arguments:

GetOneCSYNCRecord — Click for More Info

GetCSYNCRecords — Click for More Info

Response:

GetOneCSYNCRecord — Click for More Info

GetCSYNCRecords — Click for More Info

Example Request (GetOneCSYNCRecord) — Click for More Info

Example Request (GetCSYNCRecords) — Click for More Info