SOAP API method WebTemplate_account
Description
The account that this template belongs to.
Parameters
Name | Type | Description |
---|---|---|
id * | int | Unique identifier (id) of the object WebTemplate. The method only applies to the webtemplate 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 |
---|---|---|
account | Structure of type 'account' |
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 'account'
Name | Type | Description |
---|---|---|
name | string | The name of the account. |
showpoweredby | boolean | Should the powerdby rule be visible?. |
description | string | The description of the account. |
created | timestamp | The date and time when the account was created. |
end | timestamp | The date and time when the account was ended. |
active | boolean | Is this account active? |
main | boolean | Is this a main account?. |
unsecure | boolean | Is this an insecure account?. |
mailip | string | The 'from' IP address that is used for mailings |