Retrieving zone notes 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.

REST Syntax Associated API Topics
SOAP Syntax Update Zone (API)

REST Syntax

Click to view all REST Resources
ZoneNoteReport/ POST — Generates a report containing the Zone Notes for the specified zone.

HTTP Action — POST

URI — https://api.dynect.net/REST/ZoneNoteReport

Arguments:

  • string zoneRequired. Name of zone.
  • integer limit — The number of notes to be retrieved.  Limit 1000 notes.
  • integer offset — Count of the most recent notes to skip. Defaults to 0.
Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GetZoneNotes — Generates a report containing the Zone Notes for the specified zone.
Arguments — Click for More Info

Response — Click for More Info

Example Request — Click for More Info