SOAP API method PdfTemplate_retrieve
Parameters
| Name | Type | Description |
|---|---|---|
| id * | string | The identifier (id) of the object that is retrieved |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| pdftemplate | Structure of type 'pdftemplate' | All properties of the retrieved pdftemplate |
Structure 'pdftemplate'
| Name | Type | Description |
|---|---|---|
| hashcode | string | Hashcode of the template |
| source | binary | The source of the template. The data is base64 encoded. |
| pagecount | int | The number of pages of the template. |
| size | int | The size of the template. |
| id | int | The ID of the template. |
| name | string | The name of the template. |
| description | string | The description of the template. |
| archived | boolean | The template is archived. |
| created | timestamp | When the template was created. |
| modified | timestamp | When the template was last modified. |
| language | string | The language of the template. |
| timezone | string | Get the timezone of the template |