Returns the attachments associated with the specified form template node.
Table 1. Parameters| Parameter | Type | Max Length | Required | Description |
|---|
| apiToken | string | 20 | Y | Your API security token configured in Field View. |
| FormTemplateID | Integer[] | | Y | the ID of the attachment node within a form template, which can be retrieved by calling GetFormTemplateDetails() |
Table 2. Returns| Field | Type | Description |
|---|
| AttachmentFileName | string | The name of the attachment |
| AttachmentFile | byte array string | The encoded byte array of the attachment |
| MimeType | string | The mime of the attachment |
| Created | date time | the date and time the attachment was uploaded |