API - DNS Management

Hi guys,

Couple of things :wink:

  1. With the API now very much full-featured with the release of v4, can we have a seperate forum for it on here, so that all API discussion/reference is in one place and easier to know where to post?

  2. We are currently programming a domain management interface into our billing system for domain-only clients. For this, we will be using the /nodeworx/dns/zone controller of the API quite a bit. There is an action ‘listRecordIds’ which grabs all the DNS records on the whole server.

Can you make it able to accept an optional parameter of ‘domain’ so that if a domain is passed to it, it will only return the dns records for that particular domain?

Cheers! :slight_smile:

> 1) With the API now very much full-featured with the release of v4, can we have a seperate forum for it on here

Done: http://interworx.com/forums/forumdisplay.php?f=16

> 2) Can you make it able to accept an optional parameter of ‘domain’ so that if a domain is passed to it, it will only return the dns records for that particular domain?

We’re working on this now.