Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Retrieve All Domain Resource Records

GET /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?”