v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBtemplates
Retrieve a template record
Retrieves the details of an existing template record.
get/{account}/templates/{template}/records/{templaterecord}
Path parameters
accountinteger required
The account id
templatestring required
The template id or short name
templaterecordinteger required
The template record id
Response
Successfully retrieved a template record.
Example response
{
"data": {
"id": 296,
"template_id": 268,
"name": "",
"content": "192.168.1.1",
"ttl": 3600,
"priority": null,
"type": "A",
"created_at": "2016-04-26T08:23:54Z",
"updated_at": "2016-04-26T08:23:54Z"
}
}