Login

Get list of templates

HTTP method

GET

URL

https://api.zilore.com/dns/v1/templates

Response fields

Parameter

Description

custom_template_id

Identifier of template

custom_template_name

Template name

custom_template_description

Extended description of template

custom_template_records

Number of records in template

custom_template_image

Template icon

custom_template_create_time

Time when template was created (UNIX timestamp in seconds)

custom_template_update_time

Time when template was changed (UNIX timestamp in seconds)

Request example

GET https://api.zilore.com/dns/v1/templates
X-Auth-Key: 6fac94db-691b-ec08-d22c-00000b7c06c0

Response example

{
"status": "ok",
"response": [{
"custom_template_id": "193",
"custom_template_name": "jabber",
"custom_template_description": "",
"custom_template_records": "5",
"custom_template_image": "https://api.zilore.com/images/templates/custom_default.png",
"custom_template_create_time": "1431812827",
"custom_template_update_time": "1448387771"
}, {
"custom_template_id": "196",
"custom_template_name": "Template 1454246701261",
"custom_template_description": "",
"custom_template_records": "1",
"custom_template_image": "https://api.zilore.com/images/templates/custom_default.png",
"custom_template_create_time": "1454246693",
"custom_template_update_time": "1457519241"
}]
}