SOAP API method WebDocument_size
Description
This property will help determine the aproximate size of the document. The handleimages parameter can be used to specify how images are handled. If it is set to 'external' the size of the email is returned, with the size of all externally hosted images added to it, and if it is set to 'ignore', the image sizes are not included in the result.
Parameters
Name | Type | Description |
---|---|---|
id * | int | Unique identifier (id) of the object WebDocument. The method only applies to the webdocument with this id. |
personalize_profile | int | Profile ID for which the object should be personalized |
personalize_subprofile | int | Subprofile ID for which the object should be personalized |
personalize_timestamp | string | The timestamp for the personalization |
handleimages | string | Possible valid values are 'external' or 'ignore' |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
value | int |
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 |