HTTP/1.1 200 OK
Status: 200 OK
Date: Thu, 28 Jul 2011 21:54:21 GMT
X-API-VERSION: 1.0.17
Content-Type: application/json
Content-Length: 2364

{
  "totalEntries" : 114,
  "links" : [ {
    "href" : "https://dns.api.rackspacecloud.com/v1.0/1234/domains?limit=10&amp;offset=10",
    "rel" : "previous",
    "content" : ""
  }, {
    "href" : "https://dns.api.rackspacecloud.com/v1.0/1234/domains?limit=10&amp;offset=30",
    "rel" : "next",
    "content" : ""
  } ],
  "domains" : [ {
    "emailAddress" : "sample@rackspace.com",
    "updated" : "2011-06-24T01:23:15.000+0000",
    "created" : "2011-06-24T01:12:51.000+0000",
    "accountId" : 1234,
    "name" : "example.com",
    "id" : 2725233,
    "comment" : "Optional domain comment..."
  }, {
    "emailAddress" : "sample@rackspace.com",
    "updated" : "2011-06-23T03:09:34.000+0000",
    "created" : "2011-06-23T03:09:33.000+0000",
    "accountId" : 1234,
    "name" : "sub1.example.com",
    "id" : 2725257,
    "comment" : "1st sample subdomain"
  }, {
    "emailAddress" : "sample@rackspace.com",
    "updated" : "2011-06-23T03:52:55.000+0000",
    "created" : "2011-06-23T03:52:55.000+0000",
    "accountId" : 1234,
    "name" : "sub2.example.com",
    "id" : 2725258,
    "comment" : "1st sample subdomain"
  }, {
    "emailAddress" : "sample@rackspace.com",
    "updated" : "2011-06-23T03:53:10.000+0000",
    "created" : "2011-06-23T03:53:09.000+0000",
    "accountId" : 1234,
    "name" : "north.example.com",
    "id" : 2725260
  }, {
    "emailAddress" : "sample@rackspace.com",
    "updated" : "2011-06-23T03:53:14.000+0000",
    "created" : "2011-06-23T03:53:14.000+0000",
    "accountId" : 1234,
    "name" : "south.example.com",
    "id" : 2725261,
    "comment" : "Final sample subdomain"
  }, {
    "updated" : "2011-06-23T20:21:06.000+0000",
    "created" : "2011-06-23T19:24:27.000+0000",
    "accountId" : 1234,
    "name" : "region2.example.net",
    "id" : 2725352
  }, {
    "updated" : "2011-05-03T14:47:32.000+0000",
    "created" : "2011-05-03T14:47:30.000+0000",
    "accountId" : 1234,
    "name" : "example.org",
    "id" : 2718984
  }, {
    "updated" : "2011-06-21T15:54:31.000+0000",
    "created" : "2011-06-15T19:02:07.000+0000",
    "accountId" : 1234,
    "name" : "rackspace.example",
    "id" : 2722346
  }, {
    "updated" : "2011-06-21T15:54:31.000+0000",
    "created" : "2011-06-15T19:02:07.000+0000",
    "accountId" : 1234,
    "name" : "dnsaas.example",
    "id" : 2722347,
    "comment" : "Sample comment"
  } ]
}