Retrieve a zone
Retrieves the details of an existing zone.
Path parameters
The account id
The zone name
Response
Successfully retrieved zone.
Example response
{
"data": {
"id": 1,
"account_id": 1010,
"name": "example-alpha.com",
"reverse": false,
"secondary": false,
"last_transferred_at": null,
"active": true,
"created_at": "2015-04-23T07:40:03Z",
"updated_at": "2015-04-23T07:40:03Z"
}
}Changes
Changed in 3 of the 52 revisions of this API.1212
- ▲
the response property
data/last_transferred_atbecame nullable for the status200response-property-became-nullable
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
data/account_idbecame required for the status200response-property-became-required
- ○
the response property
data/activebecame required for the status200response-property-became-required
- ○
the response property
data/created_atbecame required for the status200response-property-became-required
- ○
the response property
data/idbecame required for the status200response-property-became-required
- ○
the response property
data/last_transferred_atbecame required for the status200response-property-became-required
- ○
the response property
data/namebecame required for the status200response-property-became-required
- ○
the response property
data/reversebecame required for the status200response-property-became-required
- ○
the response property
data/secondarybecame required for the status200response-property-became-required
- ○
the response property
data/updated_atbecame required for the status200response-property-became-required
- ○
the response property
messagebecame required for the status404response-property-became-required
- ▲
- ○
added the optional property
data/activeto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response property
databecame optional for the status200response-property-became-optional
- ▲
the response property
data/account_idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/created_atbecame optional for the status200response-property-became-optional
- ▲
the response property
data/idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/last_transferred_atbecame optional for the status200response-property-became-optional
- ▲
the response property
data/namebecame optional for the status200response-property-became-optional
- ▲
the response property
data/reversebecame optional for the status200response-property-became-optional
- ▲
the response property
data/secondarybecame optional for the status200response-property-became-optional
- ▲
the response property
data/updated_atbecame optional for the status200response-property-became-optional
- ▲
the response property
messagebecame optional for the status404response-property-became-optional
- ▲
removed the required property
data/activefrom the response with the200statusresponse-required-property-removed
This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲