Get a zone profile, or list them
eurodns_dns_get_zone_profileRetrieve a complete DNS zone profile including records, URL forwards, and mail forwards by ID, or list account profiles when no ID is given. Use it to review a reusable template before saving changes.
Instructions
Returns one zone profile in full — its records, URL forwards and mail forwards — by id, or lists the account’s profiles when id is omitted. Profiles are reusable templates applied to new zones; read one before eurodns_dns_save_zone_profile, which replaces the whole profile with what you send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric id of the profile to return in full. Omit it to list the account’s zone profiles, optionally filtered by name. | |
| name | No | Filter on the profile name. Omit to list every profile. | |
| page | No | 1-based page number. There is no page meaning everything: walk pages until a short one comes back. | |
| size | No | Results per page, 1 to 500. A wide page is truncated by the character limit, so prefer a filter to a large size. | |
| sortField | No | Result field to sort on, spelled as in the response items. Unsorted when omitted. | |
| sortOrder | No | ASC or DESC; only read with sortField. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |