API Documentation
Home > Total Uptime APIv2.0 Overview > Cloud DNS Calls > Retrieve All Domain Resource Records

Retrieve All Domain Resource Records

Method:              GET
URI:                      /CloudDNS/Domain/{domainID}/AllRecords?perpage={perpage}&pageno={page}

This method retrieves all of the records for a specific domain id. It also features options to break the results up into pages and show a specific page (if {perpage} is used) as well. No post data is required.



Sample CURL for retrieving all resource records from a specific domain

curl -u username:password -X GET -H “Accept: application/json” “https://api.totaluptime.com/CloudDNS/Domain/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/AllRecords?”