Web Service: templates

Table of Contents

getTemplate
getTemplateByPath
getTemplates

WSDL: http://xyz.example.com/__/webservices/templates?wsdl

This web service is used to retrieve templates from the template manager. The templates in Recite are validated as Smarty templates when created but theoretically you could store templates in any required format.

getTemplate

  • Argument 1: int

    The ID of the template to return

  • Returns: Module_Templates_Webservices_Template

This method returns a single template based on its ID.