SOAP API methode ProcessedEmailingFinalGroup_snapshot
Beschrijving
Note: if the the processed emailing group is scheduled this will return null.
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| id * | int | Unique identifier (id) of the object ProcessedEmailingFinalGroup. The method only applies to the processedemailingfinalgroup with this id. |
| login | Structure of type 'login' | Optional login data (soon deprecated) |
| access_token | string | Optional api access token |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| emailingdocumentsnapshot | Structure of type 'emailingdocumentsnapshot' |
Structuur 'login'
| Naam | Type | Beschrijving |
|---|---|---|
| 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 |
Structuur 'emailingdocumentsnapshot'
| Naam | Type | Beschrijving |
|---|---|---|
| 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 |