SOAP API method EmailingDocumentSnapshotImage_snapshot
Description
The snapshot of the image.
Parameters
| Name | Type | Description |
|---|---|---|
| id * | int | Unique identifier (id) of the object EmailingDocumentSnapshotImage. The method only applies to the emailingdocumentsnapshotimage with this id. |
| login | Structure of type 'login' | Optional login data (soon deprecated) |
| access_token | string | Optional api access token |
| * required parameters | ||
Return values
| Name | Type | Description |
|---|---|---|
| emailingdocumentsnapshot | Structure of type 'emailingdocumentsnapshot' |
Structure 'login'
| Name | Type | Description |
|---|---|---|
| username | string | The username of the login attempt |
| account | string | The account name of the login attempt |
| password | string | The password for the login attempt |
Structure 'emailingdocumentsnapshot'
| Name | Type | Description |
|---|---|---|
| id | int | The ID of the emailingdocumentsnapshot. |
| name | string | The name of the emailingdocumentsnapshot. |
| headers | string | The additional headers of the emailingdocumentsnapshot. |
| source | string | The source of the emailingdocumentsnapshot. |
| textversion | string | The textversion of the emailingdocumentsnapshot. |
| subject | string | The subject of the emailingdocumentsnapshot. |
| timestamp | timestamp | The timestamp of the emailingdocumentsnapshot. |
| charset | string | The charset of the emailingdocumentsnapshot. |
| language | string | The language of the emailingdocumentsnapshot. |
| priority_indicator | string | Getting the priority header for emails who use this document snapshot. |
| unsubscribe_header | string | Should the list-unsubscribe header be sent with the mailing. |
| htmlEscaping | string | Check if the webform is escaping HTML code |
| smartyVersion | integer | What smarty version is used to render this snapshot |