SOAP API methode WebDocument_size
Beschrijving
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
Naam | Type | Beschrijving |
---|---|---|
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 |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
value | int |
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 |