Retrieve template with given id
GET {{baseUrl}}/templates/:tmpl_id
Retrieves the details of an existing template. You need only supply the unique template identifier that was returned upon template creation.
RESPONSES
status: OK
{"id":"tmpl_c94e83ca2cd5121","description":"Test Template","versions":[{"id":"vrsn_362184d96d9b0c9","description":"Test Template","html":"\u003chtml\u003eHTML for {{name}}\u003c/html\u003e","date_created":"2017-11-07T22:56:10.962Z","date_modified":"2017-11-07T22:56:10.962Z","object":"version"}],"published_version":{"id":"vrsn_362184d96d9b0c9","description":"Test Template","html":"\u003chtml\u003eHTML for {{name}}\u003c/html\u003e","date_created":"2017-11-07T22:56:10.962Z","date_modified":"2017-11-07T22:56:10.962Z","object":"version"},"metadata":{},"date_created":"2017-11-07T22:56:10.962Z","date_modified":"2017-11-07T22:56:10.962Z","object":"template"}