GetTemplateDescriptor

GetTemplateDescriptor

URI

https://www.fillanypdf.com/api/rest/GetTemplateDescriptor

Input Parameters

name type comment
handshake string Authentication token
templateid int ID of the template

Returns

The attributes of the indicated template.

REST

<?xml version="1.0" encoding="utf-8" ?>
<ServiceResultOfTemplateDescriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <Failed>false</Failed>
    <Result>
        <TemplateID>232</TemplateID>
        <Pages>4</Pages>
        <Name>LastTemplate</Name>
        <Revision/>
        <Number/>
        <Notes>apinote</Notes>
        <Tags/>
        <Active>true</Active>
    </Result>
</ServiceResultOfTemplateDescriptor>

In case of an error, the Result is returned empty (null) and the field Error is populated with the error message.

SOAP

Returns ServiceResult<TemplateDescriptor>

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License