List dns records
Retrieve all dns record for a given zone
Path parameters
A domain name or a sub delegated zone
Query parameters
Optional : Allows loading additional data about a resource, which may include related resources.
{
"source": "filter[source]=www",
"types": [
"filter[types][]=A"
]
}Search in all dns record
Optional : If you pass this parameter with the value total, then the response will be the number of items in the collection, instead of the items themselves.<br /> Part of the total capacity
Optional parameter that define the page number<br /> Part of the pagination capacity
Optional parameter that define the number of items per page<br /> Part of the pagination capacity
Optional parameter that define the field used for sorting<br /> Part of the sort capacity
Optional parameter that define the default sort order<br /> Part of the sort capacity
Optional parameter that define the sorting order for a field<br /> By default order is used<br /> Part of the sort capacity
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.